Package | Description |
---|---|
com.amazonaws.services.simplesystemsmanagement.model |
Modifier and Type | Method and Description |
---|---|
AssociationExecution |
AssociationExecution.clone() |
AssociationExecution |
AssociationExecution.withAlarmConfiguration(AlarmConfiguration alarmConfiguration) |
AssociationExecution |
AssociationExecution.withAssociationId(String associationId)
The association ID.
|
AssociationExecution |
AssociationExecution.withAssociationVersion(String associationVersion)
The association version.
|
AssociationExecution |
AssociationExecution.withCreatedTime(Date createdTime)
The time the execution started.
|
AssociationExecution |
AssociationExecution.withDetailedStatus(String detailedStatus)
Detailed status information about the execution.
|
AssociationExecution |
AssociationExecution.withExecutionId(String executionId)
The execution ID for the association.
|
AssociationExecution |
AssociationExecution.withLastExecutionDate(Date lastExecutionDate)
The date of the last execution.
|
AssociationExecution |
AssociationExecution.withResourceCountByStatus(String resourceCountByStatus)
An aggregate status of the resources in the execution based on the status type.
|
AssociationExecution |
AssociationExecution.withStatus(String status)
The status of the association execution.
|
AssociationExecution |
AssociationExecution.withTriggeredAlarms(AlarmStateInformation... triggeredAlarms)
The CloudWatch alarms that were invoked by the association.
|
AssociationExecution |
AssociationExecution.withTriggeredAlarms(Collection<AlarmStateInformation> triggeredAlarms)
The CloudWatch alarms that were invoked by the association.
|
Modifier and Type | Method and Description |
---|---|
List<AssociationExecution> |
DescribeAssociationExecutionsResult.getAssociationExecutions()
A list of the executions for the specified association ID.
|
Modifier and Type | Method and Description |
---|---|
DescribeAssociationExecutionsResult |
DescribeAssociationExecutionsResult.withAssociationExecutions(AssociationExecution... associationExecutions)
A list of the executions for the specified association ID.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeAssociationExecutionsResult.setAssociationExecutions(Collection<AssociationExecution> associationExecutions)
A list of the executions for the specified association ID.
|
DescribeAssociationExecutionsResult |
DescribeAssociationExecutionsResult.withAssociationExecutions(Collection<AssociationExecution> associationExecutions)
A list of the executions for the specified association ID.
|
Copyright © 2022. All rights reserved.