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 GetIntegrationResponseRequest
GetIntegrationResponseRequest. clone()
GetIntegrationResponseRequest
GetIntegrationResponseRequest. withHttpMethod(String httpMethod)
Specifies a get integration response request's HTTP method.GetIntegrationResponseRequest
GetIntegrationResponseRequest. withResourceId(String resourceId)
Specifies a get integration response request's resource identifier.GetIntegrationResponseRequest
GetIntegrationResponseRequest. withRestApiId(String restApiId)
Specifies a get integration response request's API identifier.GetIntegrationResponseRequest
GetIntegrationResponseRequest. withStatusCode(String statusCode)
Specifies a get integration response request's status code.
-