| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
GetMethodResponseResult |
AmazonApiGatewayClient.getMethodResponse(GetMethodResponseRequest request)
Describes a MethodResponse resource.
|
GetMethodResponseResult |
AbstractAmazonApiGateway.getMethodResponse(GetMethodResponseRequest request) |
GetMethodResponseResult |
AmazonApiGateway.getMethodResponse(GetMethodResponseRequest getMethodResponseRequest)
Describes a MethodResponse resource.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetMethodResponseResult> |
AmazonApiGatewayAsyncClient.getMethodResponseAsync(GetMethodResponseRequest request,
AsyncHandler<GetMethodResponseRequest,GetMethodResponseResult> asyncHandler) |
Future<GetMethodResponseResult> |
AbstractAmazonApiGatewayAsync.getMethodResponseAsync(GetMethodResponseRequest request,
AsyncHandler<GetMethodResponseRequest,GetMethodResponseResult> asyncHandler) |
Future<GetMethodResponseResult> |
AmazonApiGatewayAsync.getMethodResponseAsync(GetMethodResponseRequest getMethodResponseRequest,
AsyncHandler<GetMethodResponseRequest,GetMethodResponseResult> asyncHandler)
Describes a MethodResponse resource.
|
| Modifier and Type | Method and Description |
|---|---|
GetMethodResponseResult |
GetMethodResponseResult.addResponseModelsEntry(String key,
String value)
Add a single ResponseModels entry
|
GetMethodResponseResult |
GetMethodResponseResult.addResponseParametersEntry(String key,
Boolean value)
Add a single ResponseParameters entry
|
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(Map<String,String> responseModels)
Specifies the Model resources used for the response's content-type.
|
GetMethodResponseResult |
GetMethodResponseResult.withResponseParameters(Map<String,Boolean> responseParameters)
A key-value map specifying required or optional response parameters that API Gateway can send back to the caller.
|
GetMethodResponseResult |
GetMethodResponseResult.withStatusCode(String statusCode)
The method response's status code.
|
Copyright © 2023. All rights reserved.