| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateDocumentationVersionResult> |
AmazonApiGatewayAsyncClient.updateDocumentationVersionAsync(UpdateDocumentationVersionRequest request,
AsyncHandler<UpdateDocumentationVersionRequest,UpdateDocumentationVersionResult> asyncHandler) |
Future<UpdateDocumentationVersionResult> |
AbstractAmazonApiGatewayAsync.updateDocumentationVersionAsync(UpdateDocumentationVersionRequest request,
AsyncHandler<UpdateDocumentationVersionRequest,UpdateDocumentationVersionResult> asyncHandler) |
Future<UpdateDocumentationVersionResult> |
AmazonApiGatewayAsync.updateDocumentationVersionAsync(UpdateDocumentationVersionRequest updateDocumentationVersionRequest,
AsyncHandler<UpdateDocumentationVersionRequest,UpdateDocumentationVersionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateDocumentationVersionRequest |
UpdateDocumentationVersionRequest.clone() |
UpdateDocumentationVersionRequest |
UpdateDocumentationVersionRequest.withDocumentationVersion(String documentationVersion)
[Required] The version identifier of the to-be-updated documentation version.
|
UpdateDocumentationVersionRequest |
UpdateDocumentationVersionRequest.withPatchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateDocumentationVersionRequest |
UpdateDocumentationVersionRequest.withPatchOperations(PatchOperation... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateDocumentationVersionRequest |
UpdateDocumentationVersionRequest.withRestApiId(String restApiId)
[Required] The string identifier of the associated RestApi..
|
Copyright © 2018. All rights reserved.