Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
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) |
Future<UpdateMethodResponseResult> |
AmazonApiGatewayAsyncClient.updateMethodResponseAsync(UpdateMethodResponseRequest request,
AsyncHandler<UpdateMethodResponseRequest,UpdateMethodResponseResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateMethodResponseRequest |
UpdateMethodResponseRequest.clone() |
UpdateMethodResponseRequest |
UpdateMethodResponseRequest.withHttpMethod(String httpMethod)
The HTTP verb identifier for the parent Method resource.
|
UpdateMethodResponseRequest |
UpdateMethodResponseRequest.withPatchOperations(Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified
resource.
|
UpdateMethodResponseRequest |
UpdateMethodResponseRequest.withPatchOperations(PatchOperation... patchOperations)
A list of operations describing the updates to apply to the specified
resource.
|
UpdateMethodResponseRequest |
UpdateMethodResponseRequest.withResourceId(String resourceId)
The Resource identifier for the MethodResponse resource.
|
UpdateMethodResponseRequest |
UpdateMethodResponseRequest.withRestApiId(String restApiId)
The RestApi identifier for the MethodResponse resource.
|
UpdateMethodResponseRequest |
UpdateMethodResponseRequest.withStatusCode(String statusCode)
The status code identifier for the MethodResponse resource.
|
Copyright © 2015. All rights reserved.