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