Package | Description |
---|---|
com.amazonaws.services.simplesystemsmanagement.model |
Modifier and Type | Method and Description |
---|---|
InstanceAssociation |
InstanceAssociation.clone() |
InstanceAssociation |
InstanceAssociation.withAssociationId(String associationId)
The association ID.
|
InstanceAssociation |
InstanceAssociation.withContent(String content)
The content of the association document for the instance(s).
|
InstanceAssociation |
InstanceAssociation.withInstanceId(String instanceId)
The instance ID.
|
Modifier and Type | Method and Description |
---|---|
List<InstanceAssociation> |
DescribeEffectiveInstanceAssociationsResult.getAssociations()
The associations for the requested instance.
|
Modifier and Type | Method and Description |
---|---|
DescribeEffectiveInstanceAssociationsResult |
DescribeEffectiveInstanceAssociationsResult.withAssociations(InstanceAssociation... associations)
The associations for the requested instance.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeEffectiveInstanceAssociationsResult.setAssociations(Collection<InstanceAssociation> associations)
The associations for the requested instance.
|
DescribeEffectiveInstanceAssociationsResult |
DescribeEffectiveInstanceAssociationsResult.withAssociations(Collection<InstanceAssociation> associations)
The associations for the requested instance.
|
Copyright © 2017. All rights reserved.