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