| 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 managed node ID.
|
Association |
Association.withLastExecutionDate(Date lastExecutionDate)
The date on which the association was last run.
|
Association |
Association.withName(String name)
The name of the SSM 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.withScheduleOffset(Integer scheduleOffset)
Number of days to wait after the scheduled day to run an association.
|
Association |
Association.withTargetMaps(Collection<Map<String,List<String>>> targetMaps)
A key-value mapping of document parameters to target resources.
|
Association |
Association.withTargetMaps(Map<String,List<String>>... targetMaps)
A key-value mapping of document parameters to target resources.
|
Association |
Association.withTargets(Collection<Target> targets)
The managed nodes targeted by the request to create an association.
|
Association |
Association.withTargets(Target... targets)
The managed nodes 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 © 2023. All rights reserved.