Uses of Class
software.amazon.awssdk.services.apigateway.model.GetIntegrationResponse
-
Packages that use GetIntegrationResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway -
-
Uses of GetIntegrationResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return GetIntegrationResponse Modifier and Type Method Description default 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 GetIntegrationResponse Modifier and Type Method Description default CompletableFuture<GetIntegrationResponse>ApiGatewayAsyncClient. getIntegration(Consumer<GetIntegrationRequest.Builder> getIntegrationRequest)Get the integration settings.default CompletableFuture<GetIntegrationResponse>ApiGatewayAsyncClient. getIntegration(GetIntegrationRequest getIntegrationRequest)Get the integration settings.
-