| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
Amazon EC2 Simple Systems Manager (SSM) enables you to remotely manage the configuration of your Amazon EC2
instances, virtual machines (VMs), or servers in your on-premises environment or in an environment provided by other
cloud providers using scripts, commands, or the Amazon EC2 console.
|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateAssociationBatchResult> |
AWSSimpleSystemsManagementAsyncClient.createAssociationBatchAsync(CreateAssociationBatchRequest request,
AsyncHandler<CreateAssociationBatchRequest,CreateAssociationBatchResult> asyncHandler) |
Future<CreateAssociationBatchResult> |
AWSSimpleSystemsManagementAsync.createAssociationBatchAsync(CreateAssociationBatchRequest createAssociationBatchRequest,
AsyncHandler<CreateAssociationBatchRequest,CreateAssociationBatchResult> asyncHandler)
Associates the specified SSM document with the specified instances.
|
Future<CreateAssociationBatchResult> |
AbstractAWSSimpleSystemsManagementAsync.createAssociationBatchAsync(CreateAssociationBatchRequest request,
AsyncHandler<CreateAssociationBatchRequest,CreateAssociationBatchResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateAssociationBatchRequest |
CreateAssociationBatchRequest.clone() |
CreateAssociationBatchRequest |
CreateAssociationBatchRequest.withEntries(Collection<CreateAssociationBatchRequestEntry> entries)
One or more associations.
|
CreateAssociationBatchRequest |
CreateAssociationBatchRequest.withEntries(CreateAssociationBatchRequestEntry... entries)
One or more associations.
|
Copyright © 2016. All rights reserved.