Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
GetMethodResponseResult |
AbstractAmazonApiGateway.getMethodResponse(GetMethodResponseRequest request) |
GetMethodResponseResult |
AmazonApiGatewayClient.getMethodResponse(GetMethodResponseRequest getMethodResponseRequest)
Describes a MethodResponse resource.
|
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> |
AmazonApiGatewayAsync.getMethodResponseAsync(GetMethodResponseRequest getMethodResponseRequest,
AsyncHandler<GetMethodResponseRequest,GetMethodResponseResult> asyncHandler)
Describes a MethodResponse resource.
|
Future<GetMethodResponseResult> |
AbstractAmazonApiGatewayAsync.getMethodResponseAsync(GetMethodResponseRequest request,
AsyncHandler<GetMethodResponseRequest,GetMethodResponseResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetMethodResponseResult |
GetMethodResponseResult.addResponseModelsEntry(String key,
String value) |
GetMethodResponseResult |
GetMethodResponseResult.addResponseParametersEntry(String key,
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(Map<String,String> responseModels)
Specifies the Model resources used for the response's
content-type.
|
GetMethodResponseResult |
GetMethodResponseResult.withResponseParameters(Map<String,Boolean> responseParameters)
Represents response parameters that can be sent back to the caller by
Amazon API Gateway.
|
GetMethodResponseResult |
GetMethodResponseResult.withStatusCode(String statusCode)
The method response's status code.
|
Copyright © 2018. All rights reserved.