Package | Description |
---|---|
com.amazonaws.services.simplesystemsmanagement.model |
Modifier and Type | Method and Description |
---|---|
AssociationDescription |
AssociationDescription.addParametersEntry(String key,
List<String> value)
Add a single Parameters entry
|
AssociationDescription |
AssociationDescription.clearParametersEntries()
Removes all the entries added into Parameters.
|
AssociationDescription |
AssociationDescription.clone() |
AssociationDescription |
UpdateAssociationStatusResult.getAssociationDescription()
Information about the association.
|
AssociationDescription |
UpdateAssociationResult.getAssociationDescription()
The description of the association that was updated.
|
AssociationDescription |
DescribeAssociationResult.getAssociationDescription()
Information about the association.
|
AssociationDescription |
CreateAssociationResult.getAssociationDescription()
Information about the association.
|
AssociationDescription |
AssociationDescription.withAlarmConfiguration(AlarmConfiguration alarmConfiguration) |
AssociationDescription |
AssociationDescription.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.
|
AssociationDescription |
AssociationDescription.withAssociationId(String associationId)
The association ID.
|
AssociationDescription |
AssociationDescription.withAssociationName(String associationName)
The association name.
|
AssociationDescription |
AssociationDescription.withAssociationVersion(String associationVersion)
The association version.
|
AssociationDescription |
AssociationDescription.withAutomationTargetParameterName(String automationTargetParameterName)
Choose the parameter that will define how your automation will branch out.
|
AssociationDescription |
AssociationDescription.withCalendarNames(Collection<String> calendarNames)
The names or Amazon Resource Names (ARNs) of the Change Calendar type documents your associations are gated
under.
|
AssociationDescription |
AssociationDescription.withCalendarNames(String... calendarNames)
The names or Amazon Resource Names (ARNs) of the Change Calendar type documents your associations are gated
under.
|
AssociationDescription |
AssociationDescription.withComplianceSeverity(AssociationComplianceSeverity complianceSeverity)
The severity level that is assigned to the association.
|
AssociationDescription |
AssociationDescription.withComplianceSeverity(String complianceSeverity)
The severity level that is assigned to the association.
|
AssociationDescription |
AssociationDescription.withDate(Date date)
The date when the association was made.
|
AssociationDescription |
AssociationDescription.withDocumentVersion(String documentVersion)
The document version.
|
AssociationDescription |
AssociationDescription.withInstanceId(String instanceId)
The managed node ID.
|
AssociationDescription |
AssociationDescription.withLastExecutionDate(Date lastExecutionDate)
The date on which the association was last run.
|
AssociationDescription |
AssociationDescription.withLastSuccessfulExecutionDate(Date lastSuccessfulExecutionDate)
The last date on which the association was successfully run.
|
AssociationDescription |
AssociationDescription.withLastUpdateAssociationDate(Date lastUpdateAssociationDate)
The date when the association was last updated.
|
AssociationDescription |
AssociationDescription.withMaxConcurrency(String maxConcurrency)
The maximum number of targets allowed to run the association at the same time.
|
AssociationDescription |
AssociationDescription.withMaxErrors(String maxErrors)
The number of errors that are allowed before the system stops sending requests to run the association on
additional targets.
|
AssociationDescription |
AssociationDescription.withName(String name)
The name of the SSM document.
|
AssociationDescription |
AssociationDescription.withOutputLocation(InstanceAssociationOutputLocation outputLocation)
An S3 bucket where you want to store the output details of the request.
|
AssociationDescription |
AssociationDescription.withOverview(AssociationOverview overview)
Information about the association.
|
AssociationDescription |
AssociationDescription.withParameters(Map<String,List<String>> parameters)
A description of the parameters for a document.
|
AssociationDescription |
AssociationDescription.withScheduleExpression(String scheduleExpression)
A cron expression that specifies a schedule when the association runs.
|
AssociationDescription |
AssociationDescription.withScheduleOffset(Integer scheduleOffset)
Number of days to wait after the scheduled day to run an association.
|
AssociationDescription |
AssociationDescription.withStatus(AssociationStatus status)
The association status.
|
AssociationDescription |
AssociationDescription.withSyncCompliance(AssociationSyncCompliance syncCompliance)
The mode for generating association compliance.
|
AssociationDescription |
AssociationDescription.withSyncCompliance(String syncCompliance)
The mode for generating association compliance.
|
AssociationDescription |
AssociationDescription.withTargetLocations(Collection<TargetLocation> targetLocations)
The combination of Amazon Web Services Regions and Amazon Web Services accounts where you want to run the
association.
|
AssociationDescription |
AssociationDescription.withTargetLocations(TargetLocation... targetLocations)
The combination of Amazon Web Services Regions and Amazon Web Services accounts where you want to run the
association.
|
AssociationDescription |
AssociationDescription.withTargetMaps(Collection<Map<String,List<String>>> targetMaps)
A key-value mapping of document parameters to target resources.
|
AssociationDescription |
AssociationDescription.withTargetMaps(Map<String,List<String>>... targetMaps)
A key-value mapping of document parameters to target resources.
|
AssociationDescription |
AssociationDescription.withTargets(Collection<Target> targets)
The managed nodes targeted by the request.
|
AssociationDescription |
AssociationDescription.withTargets(Target... targets)
The managed nodes targeted by the request.
|
AssociationDescription |
AssociationDescription.withTriggeredAlarms(AlarmStateInformation... triggeredAlarms)
The CloudWatch alarm that was invoked during the association.
|
AssociationDescription |
AssociationDescription.withTriggeredAlarms(Collection<AlarmStateInformation> triggeredAlarms)
The CloudWatch alarm that was invoked during the association.
|
Modifier and Type | Method and Description |
---|---|
List<AssociationDescription> |
CreateAssociationBatchResult.getSuccessful()
Information about the associations that succeeded.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateAssociationStatusResult.setAssociationDescription(AssociationDescription associationDescription)
Information about the association.
|
void |
UpdateAssociationResult.setAssociationDescription(AssociationDescription associationDescription)
The description of the association that was updated.
|
void |
DescribeAssociationResult.setAssociationDescription(AssociationDescription associationDescription)
Information about the association.
|
void |
CreateAssociationResult.setAssociationDescription(AssociationDescription associationDescription)
Information about the association.
|
UpdateAssociationStatusResult |
UpdateAssociationStatusResult.withAssociationDescription(AssociationDescription associationDescription)
Information about the association.
|
UpdateAssociationResult |
UpdateAssociationResult.withAssociationDescription(AssociationDescription associationDescription)
The description of the association that was updated.
|
DescribeAssociationResult |
DescribeAssociationResult.withAssociationDescription(AssociationDescription associationDescription)
Information about the association.
|
CreateAssociationResult |
CreateAssociationResult.withAssociationDescription(AssociationDescription associationDescription)
Information about the association.
|
CreateAssociationBatchResult |
CreateAssociationBatchResult.withSuccessful(AssociationDescription... successful)
Information about the associations that succeeded.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateAssociationBatchResult.setSuccessful(Collection<AssociationDescription> successful)
Information about the associations that succeeded.
|
CreateAssociationBatchResult |
CreateAssociationBatchResult.withSuccessful(Collection<AssociationDescription> successful)
Information about the associations that succeeded.
|
Copyright © 2023. All rights reserved.