| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
AssociationVersionInfo |
AssociationVersionInfo.addParametersEntry(String key,
List<String> value) |
AssociationVersionInfo |
AssociationVersionInfo.clearParametersEntries()
Removes all the entries added into Parameters.
|
AssociationVersionInfo |
AssociationVersionInfo.clone() |
AssociationVersionInfo |
AssociationVersionInfo.withAssociationId(String associationId)
The ID created by the system when the association was created.
|
AssociationVersionInfo |
AssociationVersionInfo.withAssociationName(String associationName)
The name specified for the association version when the association version was created.
|
AssociationVersionInfo |
AssociationVersionInfo.withAssociationVersion(String associationVersion)
The association version.
|
AssociationVersionInfo |
AssociationVersionInfo.withCreatedDate(Date createdDate)
The date the association version was created.
|
AssociationVersionInfo |
AssociationVersionInfo.withDocumentVersion(String documentVersion)
The version of a Systems Manager document used when the association version was created.
|
AssociationVersionInfo |
AssociationVersionInfo.withName(String name)
The name specified when the association was created.
|
AssociationVersionInfo |
AssociationVersionInfo.withOutputLocation(InstanceAssociationOutputLocation outputLocation)
The location in Amazon S3 specified for the association when the association version was created.
|
AssociationVersionInfo |
AssociationVersionInfo.withParameters(Map<String,List<String>> parameters)
Parameters specified when the association version was created.
|
AssociationVersionInfo |
AssociationVersionInfo.withScheduleExpression(String scheduleExpression)
The cron or rate schedule specified for the association when the association version was created.
|
AssociationVersionInfo |
AssociationVersionInfo.withTargets(Collection<Target> targets)
The targets specified for the association when the association version was created.
|
AssociationVersionInfo |
AssociationVersionInfo.withTargets(Target... targets)
The targets specified for the association when the association version was created.
|
| Modifier and Type | Method and Description |
|---|---|
List<AssociationVersionInfo> |
ListAssociationVersionsResult.getAssociationVersions()
Information about all versions of the association for the specified association ID.
|
| Modifier and Type | Method and Description |
|---|---|
ListAssociationVersionsResult |
ListAssociationVersionsResult.withAssociationVersions(AssociationVersionInfo... associationVersions)
Information about all versions of the association for the specified association ID.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAssociationVersionsResult.setAssociationVersions(Collection<AssociationVersionInfo> associationVersions)
Information about all versions of the association for the specified association ID.
|
ListAssociationVersionsResult |
ListAssociationVersionsResult.withAssociationVersions(Collection<AssociationVersionInfo> associationVersions)
Information about all versions of the association for the specified association ID.
|
Copyright © 2018. All rights reserved.