| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteMethodResponseResult> |
AbstractAmazonApiGatewayAsync.deleteMethodResponseAsync(DeleteMethodResponseRequest request,
AsyncHandler<DeleteMethodResponseRequest,DeleteMethodResponseResult> asyncHandler) |
Future<DeleteMethodResponseResult> |
AmazonApiGatewayAsyncClient.deleteMethodResponseAsync(DeleteMethodResponseRequest request,
AsyncHandler<DeleteMethodResponseRequest,DeleteMethodResponseResult> asyncHandler) |
Future<DeleteMethodResponseResult> |
AmazonApiGatewayAsync.deleteMethodResponseAsync(DeleteMethodResponseRequest deleteMethodResponseRequest,
AsyncHandler<DeleteMethodResponseRequest,DeleteMethodResponseResult> asyncHandler)
Deletes an existing MethodResponse resource.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteMethodResponseRequest |
DeleteMethodResponseRequest.clone() |
DeleteMethodResponseRequest |
DeleteMethodResponseRequest.withHttpMethod(String httpMethod)
[Required] The HTTP verb of the Method resource.
|
DeleteMethodResponseRequest |
DeleteMethodResponseRequest.withResourceId(String resourceId)
[Required] The Resource identifier for the MethodResponse resource.
|
DeleteMethodResponseRequest |
DeleteMethodResponseRequest.withRestApiId(String restApiId)
[Required] The string identifier of the associated RestApi.
|
DeleteMethodResponseRequest |
DeleteMethodResponseRequest.withStatusCode(String statusCode)
[Required] The status code identifier for the MethodResponse resource.
|
Copyright © 2021. All rights reserved.