| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateDocumentResult> |
AWSSimpleSystemsManagementAsyncClient.updateDocumentAsync(UpdateDocumentRequest request,
AsyncHandler<UpdateDocumentRequest,UpdateDocumentResult> asyncHandler) |
Future<UpdateDocumentResult> |
AWSSimpleSystemsManagementAsync.updateDocumentAsync(UpdateDocumentRequest updateDocumentRequest,
AsyncHandler<UpdateDocumentRequest,UpdateDocumentResult> asyncHandler)
The document you want to update.
|
Future<UpdateDocumentResult> |
AbstractAWSSimpleSystemsManagementAsync.updateDocumentAsync(UpdateDocumentRequest request,
AsyncHandler<UpdateDocumentRequest,UpdateDocumentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateDocumentRequest |
UpdateDocumentRequest.clone() |
UpdateDocumentRequest |
UpdateDocumentRequest.withContent(String content)
The content in a document that you want to update.
|
UpdateDocumentRequest |
UpdateDocumentRequest.withDocumentFormat(DocumentFormat documentFormat)
Specify the document format for the new document version.
|
UpdateDocumentRequest |
UpdateDocumentRequest.withDocumentFormat(String documentFormat)
Specify the document format for the new document version.
|
UpdateDocumentRequest |
UpdateDocumentRequest.withDocumentVersion(String documentVersion)
The version of the document that you want to update.
|
UpdateDocumentRequest |
UpdateDocumentRequest.withName(String name)
The name of the document that you want to update.
|
UpdateDocumentRequest |
UpdateDocumentRequest.withTargetType(String targetType)
Specify a new target type for the document.
|
Copyright © 2018. All rights reserved.