Uses of Class
com.amazonaws.services.apigateway.model.GetIntegrationResponseRequest
-
Packages that use GetIntegrationResponseRequest Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of GetIntegrationResponseRequest in com.amazonaws.services.apigateway
Method parameters in com.amazonaws.services.apigateway with type arguments of type GetIntegrationResponseRequest Modifier and Type Method Description Future<GetIntegrationResponseResult>AbstractAmazonApiGatewayAsync. getIntegrationResponseAsync(GetIntegrationResponseRequest request, AsyncHandler<GetIntegrationResponseRequest,GetIntegrationResponseResult> asyncHandler)Future<GetIntegrationResponseResult>AmazonApiGatewayAsync. getIntegrationResponseAsync(GetIntegrationResponseRequest getIntegrationResponseRequest, AsyncHandler<GetIntegrationResponseRequest,GetIntegrationResponseResult> asyncHandler)Represents a get integration response.Future<GetIntegrationResponseResult>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 GetIntegrationResponseRequest Modifier and Type Method Description GetIntegrationResponseRequestGetIntegrationResponseRequest. clone()GetIntegrationResponseRequestGetIntegrationResponseRequest. withHttpMethod(String httpMethod)Specifies a get integration response request's HTTP method.GetIntegrationResponseRequestGetIntegrationResponseRequest. withResourceId(String resourceId)Specifies a get integration response request's resource identifier.GetIntegrationResponseRequestGetIntegrationResponseRequest. withRestApiId(String restApiId)Specifies a get integration response request's API identifier.GetIntegrationResponseRequestGetIntegrationResponseRequest. withStatusCode(String statusCode)Specifies a get integration response request's status code.
-