Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.GetIntegrationResponseResponse
-
Packages that use GetIntegrationResponseResponse Package Description software.amazon.awssdk.services.apigatewayv2 Amazon API Gateway V2 -
-
Uses of GetIntegrationResponseResponse in software.amazon.awssdk.services.apigatewayv2
Methods in software.amazon.awssdk.services.apigatewayv2 that return GetIntegrationResponseResponse Modifier and Type Method Description default GetIntegrationResponseResponseApiGatewayV2Client. getIntegrationResponse(Consumer<GetIntegrationResponseRequest.Builder> getIntegrationResponseRequest)Gets an IntegrationResponses.default GetIntegrationResponseResponseApiGatewayV2Client. getIntegrationResponse(GetIntegrationResponseRequest getIntegrationResponseRequest)Gets an IntegrationResponses.Methods in software.amazon.awssdk.services.apigatewayv2 that return types with arguments of type GetIntegrationResponseResponse Modifier and Type Method Description default CompletableFuture<GetIntegrationResponseResponse>ApiGatewayV2AsyncClient. getIntegrationResponse(Consumer<GetIntegrationResponseRequest.Builder> getIntegrationResponseRequest)Gets an IntegrationResponses.default CompletableFuture<GetIntegrationResponseResponse>ApiGatewayV2AsyncClient. getIntegrationResponse(GetIntegrationResponseRequest getIntegrationResponseRequest)Gets an IntegrationResponses.
-