Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model | |
com.amazonaws.services.apigateway.model.transform |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<DeleteMethodResponseResult> |
AmazonApiGatewayAsyncClient.deleteMethodResponseAsync(DeleteMethodResponseRequest request,
AsyncHandler<DeleteMethodResponseRequest,DeleteMethodResponseResult> asyncHandler) |
java.util.concurrent.Future<DeleteMethodResponseResult> |
AmazonApiGatewayAsync.deleteMethodResponseAsync(DeleteMethodResponseRequest deleteMethodResponseRequest,
AsyncHandler<DeleteMethodResponseRequest,DeleteMethodResponseResult> asyncHandler)
Deletes an existing MethodResponse resource.
|
java.util.concurrent.Future<DeleteMethodResponseResult> |
AbstractAmazonApiGatewayAsync.deleteMethodResponseAsync(DeleteMethodResponseRequest request,
AsyncHandler<DeleteMethodResponseRequest,DeleteMethodResponseResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
DeleteMethodResponseRequest |
DeleteMethodResponseRequest.clone() |
DeleteMethodResponseRequest |
DeleteMethodResponseRequest.withHttpMethod(java.lang.String httpMethod)
The HTTP verb identifier for the parent Method resource.
|
DeleteMethodResponseRequest |
DeleteMethodResponseRequest.withResourceId(java.lang.String resourceId)
The Resource identifier for the MethodResponse resource.
|
DeleteMethodResponseRequest |
DeleteMethodResponseRequest.withRestApiId(java.lang.String restApiId)
The RestApi identifier for the MethodResponse resource.
|
DeleteMethodResponseRequest |
DeleteMethodResponseRequest.withStatusCode(java.lang.String statusCode)
The status code identifier for the MethodResponse resource.
|
Modifier and Type | Method and Description |
---|---|
Request<DeleteMethodResponseRequest> |
DeleteMethodResponseRequestMarshaller.marshall(DeleteMethodResponseRequest deleteMethodResponseRequest) |
Modifier and Type | Method and Description |
---|---|
Request<DeleteMethodResponseRequest> |
DeleteMethodResponseRequestMarshaller.marshall(DeleteMethodResponseRequest deleteMethodResponseRequest) |