| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetDocumentationVersionResult> |
AmazonApiGatewayAsyncClient.getDocumentationVersionAsync(GetDocumentationVersionRequest request,
AsyncHandler<GetDocumentationVersionRequest,GetDocumentationVersionResult> asyncHandler) |
Future<GetDocumentationVersionResult> |
AbstractAmazonApiGatewayAsync.getDocumentationVersionAsync(GetDocumentationVersionRequest request,
AsyncHandler<GetDocumentationVersionRequest,GetDocumentationVersionResult> asyncHandler) |
Future<GetDocumentationVersionResult> |
AmazonApiGatewayAsync.getDocumentationVersionAsync(GetDocumentationVersionRequest getDocumentationVersionRequest,
AsyncHandler<GetDocumentationVersionRequest,GetDocumentationVersionResult> asyncHandler)
Gets a documentation version.
|
| Modifier and Type | Method and Description |
|---|---|
GetDocumentationVersionRequest |
GetDocumentationVersionRequest.clone() |
GetDocumentationVersionRequest |
GetDocumentationVersionRequest.withDocumentationVersion(String documentationVersion)
The version identifier of the to-be-retrieved documentation snapshot.
|
GetDocumentationVersionRequest |
GetDocumentationVersionRequest.withRestApiId(String restApiId)
The string identifier of the associated RestApi.
|
Copyright © 2023. All rights reserved.