| 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 |
|---|---|
CreateAssociationResult |
AWSSimpleSystemsManagement.createAssociation(CreateAssociationRequest createAssociationRequest)
Associates the specified SSM document with the specified instance.
|
CreateAssociationResult |
AbstractAWSSimpleSystemsManagement.createAssociation(CreateAssociationRequest request) |
CreateAssociationResult |
AWSSimpleSystemsManagementClient.createAssociation(CreateAssociationRequest createAssociationRequest)
Associates the specified SSM document with the specified instance.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateAssociationResult> |
AWSSimpleSystemsManagementAsyncClient.createAssociationAsync(CreateAssociationRequest request,
AsyncHandler<CreateAssociationRequest,CreateAssociationResult> asyncHandler) |
Future<CreateAssociationResult> |
AWSSimpleSystemsManagementAsync.createAssociationAsync(CreateAssociationRequest createAssociationRequest,
AsyncHandler<CreateAssociationRequest,CreateAssociationResult> asyncHandler)
Associates the specified SSM document with the specified instance.
|
Future<CreateAssociationResult> |
AbstractAWSSimpleSystemsManagementAsync.createAssociationAsync(CreateAssociationRequest request,
AsyncHandler<CreateAssociationRequest,CreateAssociationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateAssociationResult |
CreateAssociationResult.clone() |
CreateAssociationResult |
CreateAssociationResult.withAssociationDescription(AssociationDescription associationDescription)
Information about the association.
|
Copyright © 2016. All rights reserved.