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