Package | Description |
---|---|
com.amazonaws.services.apigateway |
|
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
Future<DeleteDocumentationVersionResult> |
AmazonApiGatewayAsyncClient.deleteDocumentationVersionAsync(DeleteDocumentationVersionRequest request,
AsyncHandler<DeleteDocumentationVersionRequest,DeleteDocumentationVersionResult> asyncHandler) |
Future<DeleteDocumentationVersionResult> |
AbstractAmazonApiGatewayAsync.deleteDocumentationVersionAsync(DeleteDocumentationVersionRequest request,
AsyncHandler<DeleteDocumentationVersionRequest,DeleteDocumentationVersionResult> asyncHandler) |
Future<DeleteDocumentationVersionResult> |
AmazonApiGatewayAsync.deleteDocumentationVersionAsync(DeleteDocumentationVersionRequest deleteDocumentationVersionRequest,
AsyncHandler<DeleteDocumentationVersionRequest,DeleteDocumentationVersionResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
DeleteDocumentationVersionRequest |
DeleteDocumentationVersionRequest.clone() |
DeleteDocumentationVersionRequest |
DeleteDocumentationVersionRequest.withDocumentationVersion(String documentationVersion)
[Required] The version identifier of a to-be-deleted documentation snapshot.
|
DeleteDocumentationVersionRequest |
DeleteDocumentationVersionRequest.withRestApiId(String restApiId)
[Required] The string identifier of the associated RestApi.
|
Copyright © 2017. All rights reserved.