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)
[Required] The HTTP verb of the Method resource.
|
UpdateMethodResponseRequest |
UpdateMethodResponseRequest.withPatchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateMethodResponseRequest |
UpdateMethodResponseRequest.withPatchOperations(PatchOperation... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateMethodResponseRequest |
UpdateMethodResponseRequest.withResourceId(String resourceId)
[Required] The Resource identifier for the MethodResponse resource.
|
UpdateMethodResponseRequest |
UpdateMethodResponseRequest.withRestApiId(String restApiId)
[Required] The string identifier of the associated RestApi.
|
UpdateMethodResponseRequest |
UpdateMethodResponseRequest.withStatusCode(String statusCode)
[Required] The status code for the MethodResponse resource.
|
Copyright © 2018. All rights reserved.