| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
AssociationVersionInfo |
AssociationVersionInfo.addParametersEntry(String key,
List<String> value)
Add a single Parameters entry
|
AssociationVersionInfo |
AssociationVersionInfo.clearParametersEntries()
Removes all the entries added into Parameters.
|
AssociationVersionInfo |
AssociationVersionInfo.clone() |
AssociationVersionInfo |
AssociationVersionInfo.withApplyOnlyAtCronInterval(Boolean applyOnlyAtCronInterval)
By default, when you create a new associations, the system runs it immediately after it is created and then
according to the schedule you specified.
|
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.withComplianceSeverity(AssociationComplianceSeverity complianceSeverity)
The severity level that is assigned to the association.
|
AssociationVersionInfo |
AssociationVersionInfo.withComplianceSeverity(String complianceSeverity)
The severity level that is assigned to the association.
|
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.withMaxConcurrency(String maxConcurrency)
The maximum number of targets allowed to run the association at the same time.
|
AssociationVersionInfo |
AssociationVersionInfo.withMaxErrors(String maxErrors)
The number of errors that are allowed before the system stops sending requests to run the association on
additional targets.
|
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.withSyncCompliance(AssociationSyncCompliance syncCompliance)
The mode for generating association compliance.
|
AssociationVersionInfo |
AssociationVersionInfo.withSyncCompliance(String syncCompliance)
The mode for generating association compliance.
|
AssociationVersionInfo |
AssociationVersionInfo.withTargetLocations(Collection<TargetLocation> targetLocations)
The combination of AWS Regions and AWS accounts where you wanted to run the association when this association
version was created.
|
AssociationVersionInfo |
AssociationVersionInfo.withTargetLocations(TargetLocation... targetLocations)
The combination of AWS Regions and AWS accounts where you wanted to run the association when this 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 © 2021. All rights reserved.