| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
AssociationDescription |
AssociationDescription.addParametersEntry(String key,
List<String> value) |
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 |
CreateAssociationResult.getAssociationDescription()
Information about the association.
|
AssociationDescription |
DescribeAssociationResult.getAssociationDescription()
Information about the association.
|
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.withDate(Date date)
The date when the association was made.
|
AssociationDescription |
AssociationDescription.withDocumentVersion(String documentVersion)
The document version.
|
AssociationDescription |
AssociationDescription.withInstanceId(String instanceId)
The ID of the instance.
|
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.withName(String name)
The name of the Systems Manager document.
|
AssociationDescription |
AssociationDescription.withOutputLocation(InstanceAssociationOutputLocation outputLocation)
An Amazon 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.withStatus(AssociationStatus status)
The association status.
|
AssociationDescription |
AssociationDescription.withTargets(Collection<Target> targets)
The instances targeted by the request.
|
AssociationDescription |
AssociationDescription.withTargets(Target... targets)
The instances targeted by the request.
|
| 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 |
CreateAssociationResult.setAssociationDescription(AssociationDescription associationDescription)
Information about the association.
|
void |
DescribeAssociationResult.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.
|
CreateAssociationResult |
CreateAssociationResult.withAssociationDescription(AssociationDescription associationDescription)
Information about the association.
|
DescribeAssociationResult |
DescribeAssociationResult.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 © 2018. All rights reserved.