Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model | |
com.amazonaws.services.apigateway.model.transform |
Modifier and Type | Method and Description |
---|---|
UpdateMethodResponseResult |
AmazonApiGatewayClient.updateMethodResponse(UpdateMethodResponseRequest updateMethodResponseRequest)
Updates an existing MethodResponse resource.
|
UpdateMethodResponseResult |
AmazonApiGateway.updateMethodResponse(UpdateMethodResponseRequest updateMethodResponseRequest)
Updates an existing MethodResponse resource.
|
UpdateMethodResponseResult |
AbstractAmazonApiGateway.updateMethodResponse(UpdateMethodResponseRequest request) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<UpdateMethodResponseResult> |
AmazonApiGatewayAsyncClient.updateMethodResponseAsync(UpdateMethodResponseRequest request,
AsyncHandler<UpdateMethodResponseRequest,UpdateMethodResponseResult> asyncHandler) |
java.util.concurrent.Future<UpdateMethodResponseResult> |
AmazonApiGatewayAsync.updateMethodResponseAsync(UpdateMethodResponseRequest updateMethodResponseRequest,
AsyncHandler<UpdateMethodResponseRequest,UpdateMethodResponseResult> asyncHandler)
Updates an existing MethodResponse resource.
|
java.util.concurrent.Future<UpdateMethodResponseResult> |
AbstractAmazonApiGatewayAsync.updateMethodResponseAsync(UpdateMethodResponseRequest request,
AsyncHandler<UpdateMethodResponseRequest,UpdateMethodResponseResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateMethodResponseResult |
UpdateMethodResponseResult.addResponseModelsEntry(java.lang.String key,
java.lang.String value) |
UpdateMethodResponseResult |
UpdateMethodResponseResult.addResponseParametersEntry(java.lang.String key,
java.lang.Boolean value) |
UpdateMethodResponseResult |
UpdateMethodResponseResult.clearResponseModelsEntries()
Removes all the entries added into ResponseModels.
|
UpdateMethodResponseResult |
UpdateMethodResponseResult.clearResponseParametersEntries()
Removes all the entries added into ResponseParameters.
|
UpdateMethodResponseResult |
UpdateMethodResponseResult.clone() |
UpdateMethodResponseResult |
UpdateMethodResponseResult.withResponseModels(java.util.Map<java.lang.String,java.lang.String> responseModels)
Specifies the Model resources used for the response's
content-type.
|
UpdateMethodResponseResult |
UpdateMethodResponseResult.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.
|
UpdateMethodResponseResult |
UpdateMethodResponseResult.withStatusCode(java.lang.String statusCode)
The method response's status code.
|
Modifier and Type | Method and Description |
---|---|
UpdateMethodResponseResult |
UpdateMethodResponseResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |