Class AbstractAWSSimpleSystemsManagementAsync
- java.lang.Object
-
- com.amazonaws.services.simplesystemsmanagement.AbstractAWSSimpleSystemsManagement
-
- com.amazonaws.services.simplesystemsmanagement.AbstractAWSSimpleSystemsManagementAsync
-
- All Implemented Interfaces:
AWSSimpleSystemsManagement,AWSSimpleSystemsManagementAsync
public class AbstractAWSSimpleSystemsManagementAsync extends AbstractAWSSimpleSystemsManagement implements AWSSimpleSystemsManagementAsync
Abstract implementation ofAWSSimpleSystemsManagementAsync. Convenient method forms pass through to the corresponding overload that takes a request object and anAsyncHandler, which throws anUnsupportedOperationException.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractAWSSimpleSystemsManagementAsync()
-
Method Summary
-
Methods inherited from class com.amazonaws.services.simplesystemsmanagement.AbstractAWSSimpleSystemsManagement
cancelCommand, createAssociation, createAssociationBatch, createDocument, deleteAssociation, deleteDocument, describeAssociation, describeDocument, describeDocumentPermission, describeInstanceInformation, getCachedResponseMetadata, getDocument, listAssociations, listCommandInvocations, listCommands, listDocuments, listDocuments, modifyDocumentPermission, sendCommand, setEndpoint, setRegion, shutdown, updateAssociationStatus
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.amazonaws.services.simplesystemsmanagement.AWSSimpleSystemsManagement
cancelCommand, createAssociation, createAssociationBatch, createDocument, deleteAssociation, deleteDocument, describeAssociation, describeDocument, describeDocumentPermission, describeInstanceInformation, getCachedResponseMetadata, getDocument, listAssociations, listCommandInvocations, listCommands, listDocuments, listDocuments, modifyDocumentPermission, sendCommand, setEndpoint, setRegion, shutdown, updateAssociationStatus
-
-
-
-
Method Detail
-
cancelCommandAsync
public Future<CancelCommandResult> cancelCommandAsync(CancelCommandRequest request)
Description copied from interface:AWSSimpleSystemsManagementAsyncAttempts to cancel the command specified by the Command ID. There is no guarantee that the command will be terminated and the underlying process stopped.
- Specified by:
cancelCommandAsyncin interfaceAWSSimpleSystemsManagementAsync- Returns:
- A Java Future containing the result of the CancelCommand operation returned by the service.
-
cancelCommandAsync
public Future<CancelCommandResult> cancelCommandAsync(CancelCommandRequest request, AsyncHandler<CancelCommandRequest,CancelCommandResult> asyncHandler)
Description copied from interface:AWSSimpleSystemsManagementAsyncAttempts to cancel the command specified by the Command ID. There is no guarantee that the command will be terminated and the underlying process stopped.
- Specified by:
cancelCommandAsyncin interfaceAWSSimpleSystemsManagementAsyncasyncHandler- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.- Returns:
- A Java Future containing the result of the CancelCommand operation returned by the service.
-
createAssociationAsync
public Future<CreateAssociationResult> createAssociationAsync(CreateAssociationRequest request)
Description copied from interface:AWSSimpleSystemsManagementAsyncAssociates the specified SSM document with the specified instance.
When you associate an SSM document with an instance, the configuration agent on the instance processes the document and configures the instance as specified.
If you associate a document with an instance that already has an associated document, the system throws the AssociationAlreadyExists exception.
- Specified by:
createAssociationAsyncin interfaceAWSSimpleSystemsManagementAsync- Returns:
- A Java Future containing the result of the CreateAssociation operation returned by the service.
-
createAssociationAsync
public Future<CreateAssociationResult> createAssociationAsync(CreateAssociationRequest request, AsyncHandler<CreateAssociationRequest,CreateAssociationResult> asyncHandler)
Description copied from interface:AWSSimpleSystemsManagementAsyncAssociates the specified SSM document with the specified instance.
When you associate an SSM document with an instance, the configuration agent on the instance processes the document and configures the instance as specified.
If you associate a document with an instance that already has an associated document, the system throws the AssociationAlreadyExists exception.
- Specified by:
createAssociationAsyncin interfaceAWSSimpleSystemsManagementAsyncasyncHandler- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.- Returns:
- A Java Future containing the result of the CreateAssociation operation returned by the service.
-
createAssociationBatchAsync
public Future<CreateAssociationBatchResult> createAssociationBatchAsync(CreateAssociationBatchRequest request)
Description copied from interface:AWSSimpleSystemsManagementAsyncAssociates the specified SSM document with the specified instances.
When you associate an SSM document with an instance, the configuration agent on the instance processes the document and configures the instance as specified.
If you associate a document with an instance that already has an associated document, the system throws the AssociationAlreadyExists exception.
- Specified by:
createAssociationBatchAsyncin interfaceAWSSimpleSystemsManagementAsync- Returns:
- A Java Future containing the result of the CreateAssociationBatch operation returned by the service.
-
createAssociationBatchAsync
public Future<CreateAssociationBatchResult> createAssociationBatchAsync(CreateAssociationBatchRequest request, AsyncHandler<CreateAssociationBatchRequest,CreateAssociationBatchResult> asyncHandler)
Description copied from interface:AWSSimpleSystemsManagementAsyncAssociates the specified SSM document with the specified instances.
When you associate an SSM document with an instance, the configuration agent on the instance processes the document and configures the instance as specified.
If you associate a document with an instance that already has an associated document, the system throws the AssociationAlreadyExists exception.
- Specified by:
createAssociationBatchAsyncin interfaceAWSSimpleSystemsManagementAsyncasyncHandler- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.- Returns:
- A Java Future containing the result of the CreateAssociationBatch operation returned by the service.
-
createDocumentAsync
public Future<CreateDocumentResult> createDocumentAsync(CreateDocumentRequest request)
Description copied from interface:AWSSimpleSystemsManagementAsyncCreates an SSM document.
After you create an SSM document, you can use CreateAssociation to associate it with one or more running instances.
- Specified by:
createDocumentAsyncin interfaceAWSSimpleSystemsManagementAsync- Returns:
- A Java Future containing the result of the CreateDocument operation returned by the service.
-
createDocumentAsync
public Future<CreateDocumentResult> createDocumentAsync(CreateDocumentRequest request, AsyncHandler<CreateDocumentRequest,CreateDocumentResult> asyncHandler)
Description copied from interface:AWSSimpleSystemsManagementAsyncCreates an SSM document.
After you create an SSM document, you can use CreateAssociation to associate it with one or more running instances.
- Specified by:
createDocumentAsyncin interfaceAWSSimpleSystemsManagementAsyncasyncHandler- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.- Returns:
- A Java Future containing the result of the CreateDocument operation returned by the service.
-
deleteAssociationAsync
public Future<DeleteAssociationResult> deleteAssociationAsync(DeleteAssociationRequest request)
Description copied from interface:AWSSimpleSystemsManagementAsyncDisassociates the specified SSM document from the specified instance.
When you disassociate an SSM document from an instance, it does not change the configuration of the instance. To change the configuration state of an instance after you disassociate a document, you must create a new document with the desired configuration and associate it with the instance.
- Specified by:
deleteAssociationAsyncin interfaceAWSSimpleSystemsManagementAsync- Returns:
- A Java Future containing the result of the DeleteAssociation operation returned by the service.
-
deleteAssociationAsync
public Future<DeleteAssociationResult> deleteAssociationAsync(DeleteAssociationRequest request, AsyncHandler<DeleteAssociationRequest,DeleteAssociationResult> asyncHandler)
Description copied from interface:AWSSimpleSystemsManagementAsyncDisassociates the specified SSM document from the specified instance.
When you disassociate an SSM document from an instance, it does not change the configuration of the instance. To change the configuration state of an instance after you disassociate a document, you must create a new document with the desired configuration and associate it with the instance.
- Specified by:
deleteAssociationAsyncin interfaceAWSSimpleSystemsManagementAsyncasyncHandler- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.- Returns:
- A Java Future containing the result of the DeleteAssociation operation returned by the service.
-
deleteDocumentAsync
public Future<DeleteDocumentResult> deleteDocumentAsync(DeleteDocumentRequest request)
Description copied from interface:AWSSimpleSystemsManagementAsyncDeletes the SSM document and all instance associations to the document.
Before you delete the SSM document, we recommend that you use DeleteAssociation to disassociate all instances that are associated with the document.
- Specified by:
deleteDocumentAsyncin interfaceAWSSimpleSystemsManagementAsync- Returns:
- A Java Future containing the result of the DeleteDocument operation returned by the service.
-
deleteDocumentAsync
public Future<DeleteDocumentResult> deleteDocumentAsync(DeleteDocumentRequest request, AsyncHandler<DeleteDocumentRequest,DeleteDocumentResult> asyncHandler)
Description copied from interface:AWSSimpleSystemsManagementAsyncDeletes the SSM document and all instance associations to the document.
Before you delete the SSM document, we recommend that you use DeleteAssociation to disassociate all instances that are associated with the document.
- Specified by:
deleteDocumentAsyncin interfaceAWSSimpleSystemsManagementAsyncasyncHandler- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.- Returns:
- A Java Future containing the result of the DeleteDocument operation returned by the service.
-
describeAssociationAsync
public Future<DescribeAssociationResult> describeAssociationAsync(DescribeAssociationRequest request)
Description copied from interface:AWSSimpleSystemsManagementAsyncDescribes the associations for the specified SSM document or instance.
- Specified by:
describeAssociationAsyncin interfaceAWSSimpleSystemsManagementAsync- Returns:
- A Java Future containing the result of the DescribeAssociation operation returned by the service.
-
describeAssociationAsync
public Future<DescribeAssociationResult> describeAssociationAsync(DescribeAssociationRequest request, AsyncHandler<DescribeAssociationRequest,DescribeAssociationResult> asyncHandler)
Description copied from interface:AWSSimpleSystemsManagementAsyncDescribes the associations for the specified SSM document or instance.
- Specified by:
describeAssociationAsyncin interfaceAWSSimpleSystemsManagementAsyncasyncHandler- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.- Returns:
- A Java Future containing the result of the DescribeAssociation operation returned by the service.
-
describeDocumentAsync
public Future<DescribeDocumentResult> describeDocumentAsync(DescribeDocumentRequest request)
Description copied from interface:AWSSimpleSystemsManagementAsyncDescribes the specified SSM document.
- Specified by:
describeDocumentAsyncin interfaceAWSSimpleSystemsManagementAsync- Returns:
- A Java Future containing the result of the DescribeDocument operation returned by the service.
-
describeDocumentAsync
public Future<DescribeDocumentResult> describeDocumentAsync(DescribeDocumentRequest request, AsyncHandler<DescribeDocumentRequest,DescribeDocumentResult> asyncHandler)
Description copied from interface:AWSSimpleSystemsManagementAsyncDescribes the specified SSM document.
- Specified by:
describeDocumentAsyncin interfaceAWSSimpleSystemsManagementAsyncasyncHandler- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.- Returns:
- A Java Future containing the result of the DescribeDocument operation returned by the service.
-
describeDocumentPermissionAsync
public Future<DescribeDocumentPermissionResult> describeDocumentPermissionAsync(DescribeDocumentPermissionRequest request)
Description copied from interface:AWSSimpleSystemsManagementAsyncDescribes the permissions for an SSM document. If you created the document, you are the owner. If a document is shared, it can either be shared privately (by specifying a user’s AWS account ID) or publicly (All).
- Specified by:
describeDocumentPermissionAsyncin interfaceAWSSimpleSystemsManagementAsync- Returns:
- A Java Future containing the result of the DescribeDocumentPermission operation returned by the service.
-
describeDocumentPermissionAsync
public Future<DescribeDocumentPermissionResult> describeDocumentPermissionAsync(DescribeDocumentPermissionRequest request, AsyncHandler<DescribeDocumentPermissionRequest,DescribeDocumentPermissionResult> asyncHandler)
Description copied from interface:AWSSimpleSystemsManagementAsyncDescribes the permissions for an SSM document. If you created the document, you are the owner. If a document is shared, it can either be shared privately (by specifying a user’s AWS account ID) or publicly (All).
- Specified by:
describeDocumentPermissionAsyncin interfaceAWSSimpleSystemsManagementAsyncasyncHandler- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.- Returns:
- A Java Future containing the result of the DescribeDocumentPermission operation returned by the service.
-
describeInstanceInformationAsync
public Future<DescribeInstanceInformationResult> describeInstanceInformationAsync(DescribeInstanceInformationRequest request)
Description copied from interface:AWSSimpleSystemsManagementAsyncDescribes one or more of your instances. You can use this to get information about instances like the operating system platform, the SSM agent version, status etc. If you specify one or more instance IDs, it returns information for those instances. If you do not specify instance IDs, it returns information for all your instances. If you specify an instance ID that is not valid or an instance that you do not own, you receive an error.
- Specified by:
describeInstanceInformationAsyncin interfaceAWSSimpleSystemsManagementAsync- Returns:
- A Java Future containing the result of the DescribeInstanceInformation operation returned by the service.
-
describeInstanceInformationAsync
public Future<DescribeInstanceInformationResult> describeInstanceInformationAsync(DescribeInstanceInformationRequest request, AsyncHandler<DescribeInstanceInformationRequest,DescribeInstanceInformationResult> asyncHandler)
Description copied from interface:AWSSimpleSystemsManagementAsyncDescribes one or more of your instances. You can use this to get information about instances like the operating system platform, the SSM agent version, status etc. If you specify one or more instance IDs, it returns information for those instances. If you do not specify instance IDs, it returns information for all your instances. If you specify an instance ID that is not valid or an instance that you do not own, you receive an error.
- Specified by:
describeInstanceInformationAsyncin interfaceAWSSimpleSystemsManagementAsyncasyncHandler- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.- Returns:
- A Java Future containing the result of the DescribeInstanceInformation operation returned by the service.
-
getDocumentAsync
public Future<GetDocumentResult> getDocumentAsync(GetDocumentRequest request)
Description copied from interface:AWSSimpleSystemsManagementAsyncGets the contents of the specified SSM document.
- Specified by:
getDocumentAsyncin interfaceAWSSimpleSystemsManagementAsync- Returns:
- A Java Future containing the result of the GetDocument operation returned by the service.
-
getDocumentAsync
public Future<GetDocumentResult> getDocumentAsync(GetDocumentRequest request, AsyncHandler<GetDocumentRequest,GetDocumentResult> asyncHandler)
Description copied from interface:AWSSimpleSystemsManagementAsyncGets the contents of the specified SSM document.
- Specified by:
getDocumentAsyncin interfaceAWSSimpleSystemsManagementAsyncasyncHandler- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.- Returns:
- A Java Future containing the result of the GetDocument operation returned by the service.
-
listAssociationsAsync
public Future<ListAssociationsResult> listAssociationsAsync(ListAssociationsRequest request)
Description copied from interface:AWSSimpleSystemsManagementAsyncLists the associations for the specified SSM document or instance.
- Specified by:
listAssociationsAsyncin interfaceAWSSimpleSystemsManagementAsync- Returns:
- A Java Future containing the result of the ListAssociations operation returned by the service.
-
listAssociationsAsync
public Future<ListAssociationsResult> listAssociationsAsync(ListAssociationsRequest request, AsyncHandler<ListAssociationsRequest,ListAssociationsResult> asyncHandler)
Description copied from interface:AWSSimpleSystemsManagementAsyncLists the associations for the specified SSM document or instance.
- Specified by:
listAssociationsAsyncin interfaceAWSSimpleSystemsManagementAsyncasyncHandler- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.- Returns:
- A Java Future containing the result of the ListAssociations operation returned by the service.
-
listCommandInvocationsAsync
public Future<ListCommandInvocationsResult> listCommandInvocationsAsync(ListCommandInvocationsRequest request)
Description copied from interface:AWSSimpleSystemsManagementAsyncAn invocation is copy of a command sent to a specific instance. A command can apply to one or more instances. A command invocation applies to one instance. For example, if a user executes SendCommand against three instances, then a command invocation is created for each requested instance ID. ListCommandInvocations provide status about command execution.
- Specified by:
listCommandInvocationsAsyncin interfaceAWSSimpleSystemsManagementAsync- Returns:
- A Java Future containing the result of the ListCommandInvocations operation returned by the service.
-
listCommandInvocationsAsync
public Future<ListCommandInvocationsResult> listCommandInvocationsAsync(ListCommandInvocationsRequest request, AsyncHandler<ListCommandInvocationsRequest,ListCommandInvocationsResult> asyncHandler)
Description copied from interface:AWSSimpleSystemsManagementAsyncAn invocation is copy of a command sent to a specific instance. A command can apply to one or more instances. A command invocation applies to one instance. For example, if a user executes SendCommand against three instances, then a command invocation is created for each requested instance ID. ListCommandInvocations provide status about command execution.
- Specified by:
listCommandInvocationsAsyncin interfaceAWSSimpleSystemsManagementAsyncasyncHandler- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.- Returns:
- A Java Future containing the result of the ListCommandInvocations operation returned by the service.
-
listCommandsAsync
public Future<ListCommandsResult> listCommandsAsync(ListCommandsRequest request)
Description copied from interface:AWSSimpleSystemsManagementAsyncLists the commands requested by users of the AWS account.
- Specified by:
listCommandsAsyncin interfaceAWSSimpleSystemsManagementAsync- Returns:
- A Java Future containing the result of the ListCommands operation returned by the service.
-
listCommandsAsync
public Future<ListCommandsResult> listCommandsAsync(ListCommandsRequest request, AsyncHandler<ListCommandsRequest,ListCommandsResult> asyncHandler)
Description copied from interface:AWSSimpleSystemsManagementAsyncLists the commands requested by users of the AWS account.
- Specified by:
listCommandsAsyncin interfaceAWSSimpleSystemsManagementAsyncasyncHandler- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.- Returns:
- A Java Future containing the result of the ListCommands operation returned by the service.
-
listDocumentsAsync
public Future<ListDocumentsResult> listDocumentsAsync(ListDocumentsRequest request)
Description copied from interface:AWSSimpleSystemsManagementAsyncDescribes one or more of your SSM documents.
- Specified by:
listDocumentsAsyncin interfaceAWSSimpleSystemsManagementAsync- Returns:
- A Java Future containing the result of the ListDocuments operation returned by the service.
-
listDocumentsAsync
public Future<ListDocumentsResult> listDocumentsAsync(ListDocumentsRequest request, AsyncHandler<ListDocumentsRequest,ListDocumentsResult> asyncHandler)
Description copied from interface:AWSSimpleSystemsManagementAsyncDescribes one or more of your SSM documents.
- Specified by:
listDocumentsAsyncin interfaceAWSSimpleSystemsManagementAsyncasyncHandler- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.- Returns:
- A Java Future containing the result of the ListDocuments operation returned by the service.
-
listDocumentsAsync
public Future<ListDocumentsResult> listDocumentsAsync()
Simplified method form for invoking the ListDocuments operation.- Specified by:
listDocumentsAsyncin interfaceAWSSimpleSystemsManagementAsync- See Also:
listDocumentsAsync(ListDocumentsRequest)
-
listDocumentsAsync
public Future<ListDocumentsResult> listDocumentsAsync(AsyncHandler<ListDocumentsRequest,ListDocumentsResult> asyncHandler)
Simplified method form for invoking the ListDocuments operation with an AsyncHandler.- Specified by:
listDocumentsAsyncin interfaceAWSSimpleSystemsManagementAsync- See Also:
listDocumentsAsync(ListDocumentsRequest, com.amazonaws.handlers.AsyncHandler)
-
modifyDocumentPermissionAsync
public Future<ModifyDocumentPermissionResult> modifyDocumentPermissionAsync(ModifyDocumentPermissionRequest request)
Description copied from interface:AWSSimpleSystemsManagementAsyncShare a document publicly or privately. If you share a document privately, you must specify the AWS user account IDs for those people who can use the document. If you share a document publicly, you must specify All as the account ID.
- Specified by:
modifyDocumentPermissionAsyncin interfaceAWSSimpleSystemsManagementAsync- Returns:
- A Java Future containing the result of the ModifyDocumentPermission operation returned by the service.
-
modifyDocumentPermissionAsync
public Future<ModifyDocumentPermissionResult> modifyDocumentPermissionAsync(ModifyDocumentPermissionRequest request, AsyncHandler<ModifyDocumentPermissionRequest,ModifyDocumentPermissionResult> asyncHandler)
Description copied from interface:AWSSimpleSystemsManagementAsyncShare a document publicly or privately. If you share a document privately, you must specify the AWS user account IDs for those people who can use the document. If you share a document publicly, you must specify All as the account ID.
- Specified by:
modifyDocumentPermissionAsyncin interfaceAWSSimpleSystemsManagementAsyncasyncHandler- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.- Returns:
- A Java Future containing the result of the ModifyDocumentPermission operation returned by the service.
-
sendCommandAsync
public Future<SendCommandResult> sendCommandAsync(SendCommandRequest request)
Description copied from interface:AWSSimpleSystemsManagementAsyncExecutes commands on one or more remote instances.
- Specified by:
sendCommandAsyncin interfaceAWSSimpleSystemsManagementAsync- Returns:
- A Java Future containing the result of the SendCommand operation returned by the service.
-
sendCommandAsync
public Future<SendCommandResult> sendCommandAsync(SendCommandRequest request, AsyncHandler<SendCommandRequest,SendCommandResult> asyncHandler)
Description copied from interface:AWSSimpleSystemsManagementAsyncExecutes commands on one or more remote instances.
- Specified by:
sendCommandAsyncin interfaceAWSSimpleSystemsManagementAsyncasyncHandler- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.- Returns:
- A Java Future containing the result of the SendCommand operation returned by the service.
-
updateAssociationStatusAsync
public Future<UpdateAssociationStatusResult> updateAssociationStatusAsync(UpdateAssociationStatusRequest request)
Description copied from interface:AWSSimpleSystemsManagementAsyncUpdates the status of the SSM document associated with the specified instance.
- Specified by:
updateAssociationStatusAsyncin interfaceAWSSimpleSystemsManagementAsync- Returns:
- A Java Future containing the result of the UpdateAssociationStatus operation returned by the service.
-
updateAssociationStatusAsync
public Future<UpdateAssociationStatusResult> updateAssociationStatusAsync(UpdateAssociationStatusRequest request, AsyncHandler<UpdateAssociationStatusRequest,UpdateAssociationStatusResult> asyncHandler)
Description copied from interface:AWSSimpleSystemsManagementAsyncUpdates the status of the SSM document associated with the specified instance.
- Specified by:
updateAssociationStatusAsyncin interfaceAWSSimpleSystemsManagementAsyncasyncHandler- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.- Returns:
- A Java Future containing the result of the UpdateAssociationStatus operation returned by the service.
-
-