Package | Description |
---|---|
com.amazonaws.services.apigateway |
|
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
Future<UpdateMethodResult> |
AmazonApiGatewayAsyncClient.updateMethodAsync(UpdateMethodRequest request,
AsyncHandler<UpdateMethodRequest,UpdateMethodResult> asyncHandler) |
Future<UpdateMethodResult> |
AbstractAmazonApiGatewayAsync.updateMethodAsync(UpdateMethodRequest request,
AsyncHandler<UpdateMethodRequest,UpdateMethodResult> asyncHandler) |
Future<UpdateMethodResult> |
AmazonApiGatewayAsync.updateMethodAsync(UpdateMethodRequest updateMethodRequest,
AsyncHandler<UpdateMethodRequest,UpdateMethodResult> asyncHandler)
Updates an existing Method resource.
|
Modifier and Type | Method and Description |
---|---|
UpdateMethodRequest |
UpdateMethodRequest.clone() |
UpdateMethodRequest |
UpdateMethodRequest.withHttpMethod(String httpMethod)
The HTTP verb of the Method resource.
|
UpdateMethodRequest |
UpdateMethodRequest.withPatchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateMethodRequest |
UpdateMethodRequest.withPatchOperations(PatchOperation... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateMethodRequest |
UpdateMethodRequest.withResourceId(String resourceId)
|
UpdateMethodRequest |
UpdateMethodRequest.withRestApiId(String restApiId)
The string identifier of the associated RestApi.
|
Copyright © 2017. All rights reserved.