| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateMethodResponseResult> |
AmazonApiGatewayAsyncClient.updateMethodResponseAsync(UpdateMethodResponseRequest request,
AsyncHandler<UpdateMethodResponseRequest,UpdateMethodResponseResult> asyncHandler) |
Future<UpdateMethodResponseResult> |
AbstractAmazonApiGatewayAsync.updateMethodResponseAsync(UpdateMethodResponseRequest request,
AsyncHandler<UpdateMethodResponseRequest,UpdateMethodResponseResult> asyncHandler) |
Future<UpdateMethodResponseResult> |
AmazonApiGatewayAsync.updateMethodResponseAsync(UpdateMethodResponseRequest updateMethodResponseRequest,
AsyncHandler<UpdateMethodResponseRequest,UpdateMethodResponseResult> asyncHandler)
Updates an existing MethodResponse resource.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateMethodResponseRequest |
UpdateMethodResponseRequest.clone() |
UpdateMethodResponseRequest |
UpdateMethodResponseRequest.withHttpMethod(String httpMethod)
The HTTP verb of the Method resource.
|
UpdateMethodResponseRequest |
UpdateMethodResponseRequest.withPatchOperations(Collection<PatchOperation> patchOperations)
For more information about supported patch operations, see Patch Operations.
|
UpdateMethodResponseRequest |
UpdateMethodResponseRequest.withPatchOperations(PatchOperation... patchOperations)
For more information about supported patch operations, see Patch Operations.
|
UpdateMethodResponseRequest |
UpdateMethodResponseRequest.withResourceId(String resourceId)
The Resource identifier for the MethodResponse resource.
|
UpdateMethodResponseRequest |
UpdateMethodResponseRequest.withRestApiId(String restApiId)
The string identifier of the associated RestApi.
|
UpdateMethodResponseRequest |
UpdateMethodResponseRequest.withStatusCode(String statusCode)
The status code for the MethodResponse resource.
|
Copyright © 2023. All rights reserved.