Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
Future<DeleteIntegrationResponseResult> |
AmazonApiGatewayAsyncClient.deleteIntegrationResponseAsync(DeleteIntegrationResponseRequest request,
AsyncHandler<DeleteIntegrationResponseRequest,DeleteIntegrationResponseResult> asyncHandler) |
Future<DeleteIntegrationResponseResult> |
AmazonApiGatewayAsync.deleteIntegrationResponseAsync(DeleteIntegrationResponseRequest deleteIntegrationResponseRequest,
AsyncHandler<DeleteIntegrationResponseRequest,DeleteIntegrationResponseResult> asyncHandler)
Represents a delete integration response.
|
Future<DeleteIntegrationResponseResult> |
AbstractAmazonApiGatewayAsync.deleteIntegrationResponseAsync(DeleteIntegrationResponseRequest request,
AsyncHandler<DeleteIntegrationResponseRequest,DeleteIntegrationResponseResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
DeleteIntegrationResponseRequest |
DeleteIntegrationResponseRequest.clone() |
DeleteIntegrationResponseRequest |
DeleteIntegrationResponseRequest.withHttpMethod(String httpMethod)
Specifies a delete integration response request's HTTP method.
|
DeleteIntegrationResponseRequest |
DeleteIntegrationResponseRequest.withResourceId(String resourceId)
Specifies a delete integration response request's resource identifier.
|
DeleteIntegrationResponseRequest |
DeleteIntegrationResponseRequest.withRestApiId(String restApiId)
Specifies a delete integration response request's API identifier.
|
DeleteIntegrationResponseRequest |
DeleteIntegrationResponseRequest.withStatusCode(String statusCode)
Specifies a delete integration response request's status code.
|
Copyright © 2018. All rights reserved.