Uses of Class
software.amazon.awssdk.services.apigateway.model.GetIntegrationResponse
Packages that use GetIntegrationResponse
-
Uses of GetIntegrationResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return GetIntegrationResponseModifier and TypeMethodDescriptiondefault GetIntegrationResponseApiGatewayClient.getIntegration(Consumer<GetIntegrationRequest.Builder> getIntegrationRequest) Get the integration settings.default GetIntegrationResponseApiGatewayClient.getIntegration(GetIntegrationRequest getIntegrationRequest) Get the integration settings.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type GetIntegrationResponseModifier and TypeMethodDescriptiondefault CompletableFuture<GetIntegrationResponse>ApiGatewayAsyncClient.getIntegration(Consumer<GetIntegrationRequest.Builder> getIntegrationRequest) Get the integration settings.default CompletableFuture<GetIntegrationResponse>ApiGatewayAsyncClient.getIntegration(GetIntegrationRequest getIntegrationRequest) Get the integration settings.