Uses of Class
com.amazonaws.services.apigateway.model.GetIntegrationResponseRequest
Packages that use GetIntegrationResponseRequest
-
Uses of GetIntegrationResponseRequest in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway with parameters of type GetIntegrationResponseRequestModifier and TypeMethodDescriptionAbstractAmazonApiGateway.getIntegrationResponse
(GetIntegrationResponseRequest request) AmazonApiGateway.getIntegrationResponse
(GetIntegrationResponseRequest getIntegrationResponseRequest) Represents a get integration response.AmazonApiGatewayClient.getIntegrationResponse
(GetIntegrationResponseRequest getIntegrationResponseRequest) Represents a get integration response.AbstractAmazonApiGatewayAsync.getIntegrationResponseAsync
(GetIntegrationResponseRequest request) AbstractAmazonApiGatewayAsync.getIntegrationResponseAsync
(GetIntegrationResponseRequest request, AsyncHandler<GetIntegrationResponseRequest, GetIntegrationResponseResult> asyncHandler) AmazonApiGatewayAsync.getIntegrationResponseAsync
(GetIntegrationResponseRequest getIntegrationResponseRequest) Represents a get integration response.AmazonApiGatewayAsync.getIntegrationResponseAsync
(GetIntegrationResponseRequest getIntegrationResponseRequest, AsyncHandler<GetIntegrationResponseRequest, GetIntegrationResponseResult> asyncHandler) Represents a get integration response.AmazonApiGatewayAsyncClient.getIntegrationResponseAsync
(GetIntegrationResponseRequest request) AmazonApiGatewayAsyncClient.getIntegrationResponseAsync
(GetIntegrationResponseRequest request, AsyncHandler<GetIntegrationResponseRequest, GetIntegrationResponseResult> asyncHandler) Method parameters in com.amazonaws.services.apigateway with type arguments of type GetIntegrationResponseRequestModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.getIntegrationResponseAsync
(GetIntegrationResponseRequest request, AsyncHandler<GetIntegrationResponseRequest, GetIntegrationResponseResult> asyncHandler) AmazonApiGatewayAsync.getIntegrationResponseAsync
(GetIntegrationResponseRequest getIntegrationResponseRequest, AsyncHandler<GetIntegrationResponseRequest, GetIntegrationResponseResult> asyncHandler) Represents a get integration response.AmazonApiGatewayAsyncClient.getIntegrationResponseAsync
(GetIntegrationResponseRequest request, AsyncHandler<GetIntegrationResponseRequest, GetIntegrationResponseResult> asyncHandler) -
Uses of GetIntegrationResponseRequest in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return GetIntegrationResponseRequestModifier and TypeMethodDescriptionGetIntegrationResponseRequest.clone()
GetIntegrationResponseRequest.withHttpMethod
(String httpMethod) Specifies a get integration response request's HTTP method.GetIntegrationResponseRequest.withResourceId
(String resourceId) Specifies a get integration response request's resource identifier.GetIntegrationResponseRequest.withRestApiId
(String restApiId) Specifies a get integration response request's API identifier.GetIntegrationResponseRequest.withStatusCode
(String statusCode) Specifies a get integration response request's status code.