| Package | Description | 
|---|---|
| com.amazonaws.services.apigateway | 
 | 
| com.amazonaws.services.apigateway.model | 
| Modifier and Type | Method and Description | 
|---|---|
Future<CreateDocumentationVersionResult> | 
AmazonApiGatewayAsync.createDocumentationVersionAsync(CreateDocumentationVersionRequest createDocumentationVersionRequest,
                               AsyncHandler<CreateDocumentationVersionRequest,CreateDocumentationVersionResult> asyncHandler)  | 
Future<CreateDocumentationVersionResult> | 
AmazonApiGatewayAsyncClient.createDocumentationVersionAsync(CreateDocumentationVersionRequest request,
                               AsyncHandler<CreateDocumentationVersionRequest,CreateDocumentationVersionResult> asyncHandler)  | 
Future<CreateDocumentationVersionResult> | 
AbstractAmazonApiGatewayAsync.createDocumentationVersionAsync(CreateDocumentationVersionRequest request,
                               AsyncHandler<CreateDocumentationVersionRequest,CreateDocumentationVersionResult> asyncHandler)  | 
| Modifier and Type | Method and Description | 
|---|---|
CreateDocumentationVersionRequest | 
CreateDocumentationVersionRequest.clone()  | 
CreateDocumentationVersionRequest | 
CreateDocumentationVersionRequest.withDescription(String description)
 A description about the new documentation snapshot. 
 | 
CreateDocumentationVersionRequest | 
CreateDocumentationVersionRequest.withDocumentationVersion(String documentationVersion)
 [Required] The version identifier of the new snapshot. 
 | 
CreateDocumentationVersionRequest | 
CreateDocumentationVersionRequest.withRestApiId(String restApiId)
 [Required] The string identifier of the associated RestApi. 
 | 
CreateDocumentationVersionRequest | 
CreateDocumentationVersionRequest.withStageName(String stageName)
 The stage name to be associated with the new documentation snapshot. 
 | 
Copyright © 2020. All rights reserved.