Package | Description |
---|---|
com.amazonaws.services.apigateway |
|
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateDocumentationVersionResult> |
AmazonApiGatewayAsyncClient.createDocumentationVersionAsync(CreateDocumentationVersionRequest request,
AsyncHandler<CreateDocumentationVersionRequest,CreateDocumentationVersionResult> asyncHandler) |
Future<CreateDocumentationVersionResult> |
AbstractAmazonApiGatewayAsync.createDocumentationVersionAsync(CreateDocumentationVersionRequest request,
AsyncHandler<CreateDocumentationVersionRequest,CreateDocumentationVersionResult> asyncHandler) |
Future<CreateDocumentationVersionResult> |
AmazonApiGatewayAsync.createDocumentationVersionAsync(CreateDocumentationVersionRequest createDocumentationVersionRequest,
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] Specifies the API identifier of the to-be-created documentation version.
|
CreateDocumentationVersionRequest |
CreateDocumentationVersionRequest.withStageName(String stageName)
The stage name to be associated with the new documentation snapshot.
|
Copyright © 2017. All rights reserved.