Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.GetIntegrationResponse
-
Packages that use GetIntegrationResponse Package Description software.amazon.awssdk.services.apigatewayv2 Amazon API Gateway V2 -
-
Uses of GetIntegrationResponse in software.amazon.awssdk.services.apigatewayv2
Methods in software.amazon.awssdk.services.apigatewayv2 that return GetIntegrationResponse Modifier and Type Method Description default GetIntegrationResponseApiGatewayV2Client. getIntegration(Consumer<GetIntegrationRequest.Builder> getIntegrationRequest)Gets an Integration.default GetIntegrationResponseApiGatewayV2Client. getIntegration(GetIntegrationRequest getIntegrationRequest)Gets an Integration.Methods in software.amazon.awssdk.services.apigatewayv2 that return types with arguments of type GetIntegrationResponse Modifier and Type Method Description default CompletableFuture<GetIntegrationResponse>ApiGatewayV2AsyncClient. getIntegration(Consumer<GetIntegrationRequest.Builder> getIntegrationRequest)Gets an Integration.default CompletableFuture<GetIntegrationResponse>ApiGatewayV2AsyncClient. getIntegration(GetIntegrationRequest getIntegrationRequest)Gets an Integration.
-