Uses of Class
software.amazon.awssdk.services.apigateway.model.GetIntegrationResponseResponse
-
Packages that use GetIntegrationResponseResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway -
-
Uses of GetIntegrationResponseResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return GetIntegrationResponseResponse Modifier and Type Method Description default GetIntegrationResponseResponseApiGatewayClient. getIntegrationResponse(Consumer<GetIntegrationResponseRequest.Builder> getIntegrationResponseRequest)Represents a get integration response.default GetIntegrationResponseResponseApiGatewayClient. getIntegrationResponse(GetIntegrationResponseRequest getIntegrationResponseRequest)Represents a get integration response.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type GetIntegrationResponseResponse Modifier and Type Method Description default CompletableFuture<GetIntegrationResponseResponse>ApiGatewayAsyncClient. getIntegrationResponse(Consumer<GetIntegrationResponseRequest.Builder> getIntegrationResponseRequest)Represents a get integration response.default CompletableFuture<GetIntegrationResponseResponse>ApiGatewayAsyncClient. getIntegrationResponse(GetIntegrationResponseRequest getIntegrationResponseRequest)Represents a get integration response.
-