Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model | |
com.amazonaws.services.apigateway.model.transform |
Modifier and Type | Method and Description |
---|---|
GetMethodResponseResult |
AmazonApiGatewayClient.getMethodResponse(GetMethodResponseRequest getMethodResponseRequest)
Describes a MethodResponse resource.
|
GetMethodResponseResult |
AmazonApiGateway.getMethodResponse(GetMethodResponseRequest getMethodResponseRequest)
Describes a MethodResponse resource.
|
GetMethodResponseResult |
AbstractAmazonApiGateway.getMethodResponse(GetMethodResponseRequest request) |
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 |
---|---|
GetMethodResponseResult |
GetMethodResponseResult.addResponseModelsEntry(java.lang.String key,
java.lang.String value) |
GetMethodResponseResult |
GetMethodResponseResult.addResponseParametersEntry(java.lang.String key,
java.lang.Boolean value) |
GetMethodResponseResult |
GetMethodResponseResult.clearResponseModelsEntries()
Removes all the entries added into ResponseModels.
|
GetMethodResponseResult |
GetMethodResponseResult.clearResponseParametersEntries()
Removes all the entries added into ResponseParameters.
|
GetMethodResponseResult |
GetMethodResponseResult.clone() |
GetMethodResponseResult |
GetMethodResponseResult.withResponseModels(java.util.Map<java.lang.String,java.lang.String> responseModels)
Specifies the Model resources used for the response's
content-type.
|
GetMethodResponseResult |
GetMethodResponseResult.withResponseParameters(java.util.Map<java.lang.String,java.lang.Boolean> responseParameters)
Represents response parameters that can be sent back to the caller by
Amazon API Gateway.
|
GetMethodResponseResult |
GetMethodResponseResult.withStatusCode(java.lang.String statusCode)
The method response's status code.
|
Modifier and Type | Method and Description |
---|---|
GetMethodResponseResult |
GetMethodResponseResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |