Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
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.
|
Future<DeleteMethodResponseResult> |
AbstractAmazonApiGatewayAsync.deleteMethodResponseAsync(DeleteMethodResponseRequest request,
AsyncHandler<DeleteMethodResponseRequest,DeleteMethodResponseResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
DeleteMethodResponseRequest |
DeleteMethodResponseRequest.clone() |
DeleteMethodResponseRequest |
DeleteMethodResponseRequest.withHttpMethod(String httpMethod)
The HTTP verb identifier for the parent Method resource.
|
DeleteMethodResponseRequest |
DeleteMethodResponseRequest.withResourceId(String resourceId)
The Resource identifier for the MethodResponse resource.
|
DeleteMethodResponseRequest |
DeleteMethodResponseRequest.withRestApiId(String restApiId)
The RestApi identifier for the MethodResponse resource.
|
DeleteMethodResponseRequest |
DeleteMethodResponseRequest.withStatusCode(String statusCode)
The status code identifier for the MethodResponse resource.
|
Copyright © 2018. All rights reserved.