| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
Association |
Association.clone() |
Association |
Association.withAssociationId(String associationId)
The ID created by the system when you create an association.
|
Association |
Association.withAssociationName(String associationName)
The association name.
|
Association |
Association.withAssociationVersion(String associationVersion)
The association version.
|
Association |
Association.withDocumentVersion(String documentVersion)
The version of the document used in the association.
|
Association |
Association.withInstanceId(String instanceId)
The ID of the instance.
|
Association |
Association.withLastExecutionDate(Date lastExecutionDate)
The date on which the association was last run.
|
Association |
Association.withName(String name)
The name of the Systems Manager document.
|
Association |
Association.withOverview(AssociationOverview overview)
Information about the association.
|
Association |
Association.withScheduleExpression(String scheduleExpression)
A cron expression that specifies a schedule when the association runs.
|
Association |
Association.withTargets(Collection<Target> targets)
The instances targeted by the request to create an association.
|
Association |
Association.withTargets(Target... targets)
The instances targeted by the request to create an association.
|
| Modifier and Type | Method and Description |
|---|---|
List<Association> |
ListAssociationsResult.getAssociations()
The associations.
|
| Modifier and Type | Method and Description |
|---|---|
ListAssociationsResult |
ListAssociationsResult.withAssociations(Association... associations)
The associations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAssociationsResult.setAssociations(Collection<Association> associations)
The associations.
|
ListAssociationsResult |
ListAssociationsResult.withAssociations(Collection<Association> associations)
The associations.
|
Copyright © 2019. All rights reserved.