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 protected
AbstractAWSSimpleSystemsManagementAsync()
-
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:AWSSimpleSystemsManagementAsync
Attempts 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:
cancelCommandAsync
in 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:AWSSimpleSystemsManagementAsync
Attempts 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:
cancelCommandAsync
in interfaceAWSSimpleSystemsManagementAsync
asyncHandler
- 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:AWSSimpleSystemsManagementAsync
Associates 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:
createAssociationAsync
in 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:AWSSimpleSystemsManagementAsync
Associates 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:
createAssociationAsync
in interfaceAWSSimpleSystemsManagementAsync
asyncHandler
- 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:AWSSimpleSystemsManagementAsync
Associates 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:
createAssociationBatchAsync
in 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:AWSSimpleSystemsManagementAsync
Associates 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:
createAssociationBatchAsync
in interfaceAWSSimpleSystemsManagementAsync
asyncHandler
- 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:AWSSimpleSystemsManagementAsync
Creates an SSM document.
After you create an SSM document, you can use CreateAssociation to associate it with one or more running instances.
- Specified by:
createDocumentAsync
in 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:AWSSimpleSystemsManagementAsync
Creates an SSM document.
After you create an SSM document, you can use CreateAssociation to associate it with one or more running instances.
- Specified by:
createDocumentAsync
in interfaceAWSSimpleSystemsManagementAsync
asyncHandler
- 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:AWSSimpleSystemsManagementAsync
Disassociates 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:
deleteAssociationAsync
in 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:AWSSimpleSystemsManagementAsync
Disassociates 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:
deleteAssociationAsync
in interfaceAWSSimpleSystemsManagementAsync
asyncHandler
- 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:AWSSimpleSystemsManagementAsync
Deletes 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:
deleteDocumentAsync
in 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:AWSSimpleSystemsManagementAsync
Deletes 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:
deleteDocumentAsync
in interfaceAWSSimpleSystemsManagementAsync
asyncHandler
- 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:AWSSimpleSystemsManagementAsync
Describes the associations for the specified SSM document or instance.
- Specified by:
describeAssociationAsync
in 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:AWSSimpleSystemsManagementAsync
Describes the associations for the specified SSM document or instance.
- Specified by:
describeAssociationAsync
in interfaceAWSSimpleSystemsManagementAsync
asyncHandler
- 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:AWSSimpleSystemsManagementAsync
Describes the specified SSM document.
- Specified by:
describeDocumentAsync
in 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:AWSSimpleSystemsManagementAsync
Describes the specified SSM document.
- Specified by:
describeDocumentAsync
in interfaceAWSSimpleSystemsManagementAsync
asyncHandler
- 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:AWSSimpleSystemsManagementAsync
Describes 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:
describeDocumentPermissionAsync
in 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:AWSSimpleSystemsManagementAsync
Describes 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:
describeDocumentPermissionAsync
in interfaceAWSSimpleSystemsManagementAsync
asyncHandler
- 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:AWSSimpleSystemsManagementAsync
Describes 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:
describeInstanceInformationAsync
in 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:AWSSimpleSystemsManagementAsync
Describes 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:
describeInstanceInformationAsync
in interfaceAWSSimpleSystemsManagementAsync
asyncHandler
- 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:AWSSimpleSystemsManagementAsync
Gets the contents of the specified SSM document.
- Specified by:
getDocumentAsync
in 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:AWSSimpleSystemsManagementAsync
Gets the contents of the specified SSM document.
- Specified by:
getDocumentAsync
in interfaceAWSSimpleSystemsManagementAsync
asyncHandler
- 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:AWSSimpleSystemsManagementAsync
Lists the associations for the specified SSM document or instance.
- Specified by:
listAssociationsAsync
in 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:AWSSimpleSystemsManagementAsync
Lists the associations for the specified SSM document or instance.
- Specified by:
listAssociationsAsync
in interfaceAWSSimpleSystemsManagementAsync
asyncHandler
- 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:AWSSimpleSystemsManagementAsync
An 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:
listCommandInvocationsAsync
in 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:AWSSimpleSystemsManagementAsync
An 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:
listCommandInvocationsAsync
in interfaceAWSSimpleSystemsManagementAsync
asyncHandler
- 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:AWSSimpleSystemsManagementAsync
Lists the commands requested by users of the AWS account.
- Specified by:
listCommandsAsync
in 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:AWSSimpleSystemsManagementAsync
Lists the commands requested by users of the AWS account.
- Specified by:
listCommandsAsync
in interfaceAWSSimpleSystemsManagementAsync
asyncHandler
- 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:AWSSimpleSystemsManagementAsync
Describes one or more of your SSM documents.
- Specified by:
listDocumentsAsync
in 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:AWSSimpleSystemsManagementAsync
Describes one or more of your SSM documents.
- Specified by:
listDocumentsAsync
in interfaceAWSSimpleSystemsManagementAsync
asyncHandler
- 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:
listDocumentsAsync
in 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:
listDocumentsAsync
in interfaceAWSSimpleSystemsManagementAsync
- See Also:
listDocumentsAsync(ListDocumentsRequest, com.amazonaws.handlers.AsyncHandler)
-
modifyDocumentPermissionAsync
public Future<ModifyDocumentPermissionResult> modifyDocumentPermissionAsync(ModifyDocumentPermissionRequest request)
Description copied from interface:AWSSimpleSystemsManagementAsync
Share 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:
modifyDocumentPermissionAsync
in 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:AWSSimpleSystemsManagementAsync
Share 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:
modifyDocumentPermissionAsync
in interfaceAWSSimpleSystemsManagementAsync
asyncHandler
- 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:AWSSimpleSystemsManagementAsync
Executes commands on one or more remote instances.
- Specified by:
sendCommandAsync
in 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:AWSSimpleSystemsManagementAsync
Executes commands on one or more remote instances.
- Specified by:
sendCommandAsync
in interfaceAWSSimpleSystemsManagementAsync
asyncHandler
- 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:AWSSimpleSystemsManagementAsync
Updates the status of the SSM document associated with the specified instance.
- Specified by:
updateAssociationStatusAsync
in 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:AWSSimpleSystemsManagementAsync
Updates the status of the SSM document associated with the specified instance.
- Specified by:
updateAssociationStatusAsync
in interfaceAWSSimpleSystemsManagementAsync
asyncHandler
- 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.
-
-