Uses of Interface
software.amazon.awssdk.services.apigateway.model.GetIntegrationRequest.Builder
-
Packages that use GetIntegrationRequest.Builder Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.model -
-
Uses of GetIntegrationRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type GetIntegrationRequest.Builder Modifier and Type Method Description default CompletableFuture<GetIntegrationResponse>ApiGatewayAsyncClient. getIntegration(Consumer<GetIntegrationRequest.Builder> getIntegrationRequest)Get the integration settings.default GetIntegrationResponseApiGatewayClient. getIntegration(Consumer<GetIntegrationRequest.Builder> getIntegrationRequest)Get the integration settings. -
Uses of GetIntegrationRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return GetIntegrationRequest.Builder Modifier and Type Method Description static GetIntegrationRequest.BuilderGetIntegrationRequest. builder()GetIntegrationRequest.BuilderGetIntegrationRequest.Builder. httpMethod(String httpMethod)Specifies a get integration request's HTTP method.GetIntegrationRequest.BuilderGetIntegrationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetIntegrationRequest.BuilderGetIntegrationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetIntegrationRequest.BuilderGetIntegrationRequest.Builder. resourceId(String resourceId)Specifies a get integration request's resource identifierGetIntegrationRequest.BuilderGetIntegrationRequest.Builder. restApiId(String restApiId)The string identifier of the associated RestApi.GetIntegrationRequest.BuilderGetIntegrationRequest. toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type GetIntegrationRequest.Builder Modifier and Type Method Description static Class<? extends GetIntegrationRequest.Builder>GetIntegrationRequest. serializableBuilderClass()
-