| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
Amazon Web Services Systems Manager is a collection of capabilities that helps you automate management tasks such as
collecting system inventory, applying operating system (OS) patches, automating the creation of Amazon Machine Images
(AMIs), and configuring operating systems (OSs) and applications at scale.
|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
CreateAssociationBatchResult |
AbstractAWSSimpleSystemsManagement.createAssociationBatch(CreateAssociationBatchRequest request) |
CreateAssociationBatchResult |
AWSSimpleSystemsManagement.createAssociationBatch(CreateAssociationBatchRequest createAssociationBatchRequest)
Associates the specified Amazon Web Services Systems Manager document (SSM document) with the specified instances
or targets.
|
CreateAssociationBatchResult |
AWSSimpleSystemsManagementClient.createAssociationBatch(CreateAssociationBatchRequest request)
Associates the specified Amazon Web Services Systems Manager document (SSM document) with the specified instances
or targets.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateAssociationBatchResult> |
AWSSimpleSystemsManagementAsync.createAssociationBatchAsync(CreateAssociationBatchRequest createAssociationBatchRequest,
AsyncHandler<CreateAssociationBatchRequest,CreateAssociationBatchResult> asyncHandler)
Associates the specified Amazon Web Services Systems Manager document (SSM document) with the specified instances
or targets.
|
Future<CreateAssociationBatchResult> |
AbstractAWSSimpleSystemsManagementAsync.createAssociationBatchAsync(CreateAssociationBatchRequest request,
AsyncHandler<CreateAssociationBatchRequest,CreateAssociationBatchResult> asyncHandler) |
Future<CreateAssociationBatchResult> |
AWSSimpleSystemsManagementAsyncClient.createAssociationBatchAsync(CreateAssociationBatchRequest request,
AsyncHandler<CreateAssociationBatchRequest,CreateAssociationBatchResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateAssociationBatchResult |
CreateAssociationBatchResult.clone() |
CreateAssociationBatchResult |
CreateAssociationBatchResult.withFailed(Collection<FailedCreateAssociation> failed)
Information about the associations that failed.
|
CreateAssociationBatchResult |
CreateAssociationBatchResult.withFailed(FailedCreateAssociation... failed)
Information about the associations that failed.
|
CreateAssociationBatchResult |
CreateAssociationBatchResult.withSuccessful(AssociationDescription... successful)
Information about the associations that succeeded.
|
CreateAssociationBatchResult |
CreateAssociationBatchResult.withSuccessful(Collection<AssociationDescription> successful)
Information about the associations that succeeded.
|
Copyright © 2021. All rights reserved.