| 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<DescribeAssociationResult> |
AWSSimpleSystemsManagementAsyncClient.describeAssociationAsync(DescribeAssociationRequest request,
AsyncHandler<DescribeAssociationRequest,DescribeAssociationResult> asyncHandler) |
Future<DescribeAssociationResult> |
AWSSimpleSystemsManagementAsync.describeAssociationAsync(DescribeAssociationRequest describeAssociationRequest,
AsyncHandler<DescribeAssociationRequest,DescribeAssociationResult> asyncHandler)
Describes the associations for the specified SSM document or instance.
|
Future<DescribeAssociationResult> |
AbstractAWSSimpleSystemsManagementAsync.describeAssociationAsync(DescribeAssociationRequest request,
AsyncHandler<DescribeAssociationRequest,DescribeAssociationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeAssociationRequest |
DescribeAssociationRequest.clone() |
DescribeAssociationRequest |
DescribeAssociationRequest.withInstanceId(String instanceId)
The instance ID.
|
DescribeAssociationRequest |
DescribeAssociationRequest.withName(String name)
The name of the SSM document.
|
Copyright © 2016. All rights reserved.