Uses of Interface
software.amazon.awssdk.services.apigateway.model.GetIntegrationRequest.Builder
Packages that use GetIntegrationRequest.Builder
Package
Description
-
Uses of GetIntegrationRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type GetIntegrationRequest.BuilderModifier and TypeMethodDescriptiondefault 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.BuilderModifier and TypeMethodDescriptionGetIntegrationRequest.builder()GetIntegrationRequest.Builder.httpMethod(String httpMethod) Specifies a get integration request's HTTP method.GetIntegrationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetIntegrationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetIntegrationRequest.Builder.resourceId(String resourceId) Specifies a get integration request's resource identifierThe string identifier of the associated RestApi.GetIntegrationRequest.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type GetIntegrationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetIntegrationRequest.Builder>GetIntegrationRequest.serializableBuilderClass()