Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model | |
com.amazonaws.services.apigateway.model.transform |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<GetMethodResponseResult> |
AmazonApiGatewayAsyncClient.getMethodResponseAsync(GetMethodResponseRequest request,
AsyncHandler<GetMethodResponseRequest,GetMethodResponseResult> asyncHandler) |
java.util.concurrent.Future<GetMethodResponseResult> |
AmazonApiGatewayAsync.getMethodResponseAsync(GetMethodResponseRequest getMethodResponseRequest,
AsyncHandler<GetMethodResponseRequest,GetMethodResponseResult> asyncHandler)
Describes a MethodResponse resource.
|
java.util.concurrent.Future<GetMethodResponseResult> |
AbstractAmazonApiGatewayAsync.getMethodResponseAsync(GetMethodResponseRequest request,
AsyncHandler<GetMethodResponseRequest,GetMethodResponseResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetMethodResponseRequest |
GetMethodResponseRequest.clone() |
GetMethodResponseRequest |
GetMethodResponseRequest.withHttpMethod(java.lang.String httpMethod)
The HTTP verb identifier for the parent Method resource.
|
GetMethodResponseRequest |
GetMethodResponseRequest.withResourceId(java.lang.String resourceId)
The Resource identifier for the MethodResponse resource.
|
GetMethodResponseRequest |
GetMethodResponseRequest.withRestApiId(java.lang.String restApiId)
The RestApi identifier for the MethodResponse resource.
|
GetMethodResponseRequest |
GetMethodResponseRequest.withStatusCode(java.lang.String statusCode)
The status code identifier for the MethodResponse resource.
|
Modifier and Type | Method and Description |
---|---|
Request<GetMethodResponseRequest> |
GetMethodResponseRequestMarshaller.marshall(GetMethodResponseRequest getMethodResponseRequest) |
Modifier and Type | Method and Description |
---|---|
Request<GetMethodResponseRequest> |
GetMethodResponseRequestMarshaller.marshall(GetMethodResponseRequest getMethodResponseRequest) |