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)
The HTTP verb of the Method resource.
|
DeleteMethodResponseRequest |
DeleteMethodResponseRequest.withResourceId(String resourceId)
The Resource identifier for the MethodResponse resource.
|
DeleteMethodResponseRequest |
DeleteMethodResponseRequest.withRestApiId(String restApiId)
The string identifier of the associated RestApi.
|
DeleteMethodResponseRequest |
DeleteMethodResponseRequest.withStatusCode(String statusCode)
The status code identifier for the MethodResponse resource.
|
Copyright © 2023. All rights reserved.