Package | Description |
---|---|
com.amazonaws.services.simplesystemsmanagement.model |
Modifier and Type | Method and Description |
---|---|
AssociationExecutionTarget |
AssociationExecutionTarget.clone() |
AssociationExecutionTarget |
AssociationExecutionTarget.withAssociationId(String associationId)
The association ID.
|
AssociationExecutionTarget |
AssociationExecutionTarget.withAssociationVersion(String associationVersion)
The association version.
|
AssociationExecutionTarget |
AssociationExecutionTarget.withDetailedStatus(String detailedStatus)
Detailed information about the execution status.
|
AssociationExecutionTarget |
AssociationExecutionTarget.withExecutionId(String executionId)
The execution ID.
|
AssociationExecutionTarget |
AssociationExecutionTarget.withLastExecutionDate(Date lastExecutionDate)
The date of the last execution.
|
AssociationExecutionTarget |
AssociationExecutionTarget.withOutputSource(OutputSource outputSource)
The location where the association details are saved.
|
AssociationExecutionTarget |
AssociationExecutionTarget.withResourceId(String resourceId)
The resource ID, for example, the managed node ID where the association ran.
|
AssociationExecutionTarget |
AssociationExecutionTarget.withResourceType(String resourceType)
The resource type, for example, EC2.
|
AssociationExecutionTarget |
AssociationExecutionTarget.withStatus(String status)
The association execution status.
|
Modifier and Type | Method and Description |
---|---|
List<AssociationExecutionTarget> |
DescribeAssociationExecutionTargetsResult.getAssociationExecutionTargets()
Information about the execution.
|
Modifier and Type | Method and Description |
---|---|
DescribeAssociationExecutionTargetsResult |
DescribeAssociationExecutionTargetsResult.withAssociationExecutionTargets(AssociationExecutionTarget... associationExecutionTargets)
Information about the execution.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeAssociationExecutionTargetsResult.setAssociationExecutionTargets(Collection<AssociationExecutionTarget> associationExecutionTargets)
Information about the execution.
|
DescribeAssociationExecutionTargetsResult |
DescribeAssociationExecutionTargetsResult.withAssociationExecutionTargets(Collection<AssociationExecutionTarget> associationExecutionTargets)
Information about the execution.
|
Copyright © 2023. All rights reserved.