Package | Description |
---|---|
com.amazonaws.services.simplesystemsmanagement.model | |
com.amazonaws.services.simplesystemsmanagement.model.transform |
Modifier and Type | Field and Description |
---|---|
private AssociationDescription |
UpdateAssociationStatusResult.associationDescription
Information about the association.
|
private AssociationDescription |
DescribeAssociationResult.associationDescription
Information about the association.
|
private AssociationDescription |
CreateAssociationResult.associationDescription
Information about the association.
|
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<AssociationDescription> |
CreateAssociationBatchResult.successful
Information about the associations that succeeded.
|
Modifier and Type | Method and Description |
---|---|
AssociationDescription |
AssociationDescription.addParametersEntry(java.lang.String key,
java.util.List<java.lang.String> value) |
AssociationDescription |
AssociationDescription.clearParametersEntries()
Removes all the entries added into Parameters.
|
AssociationDescription |
AssociationDescription.clone() |
AssociationDescription |
UpdateAssociationStatusResult.getAssociationDescription()
Information about the association.
|
AssociationDescription |
DescribeAssociationResult.getAssociationDescription()
Information about the association.
|
AssociationDescription |
CreateAssociationResult.getAssociationDescription()
Information about the association.
|
AssociationDescription |
AssociationDescription.withDate(java.util.Date dateValue)
The date when the association was made.
|
AssociationDescription |
AssociationDescription.withInstanceId(java.lang.String instanceId)
The ID of the instance.
|
AssociationDescription |
AssociationDescription.withName(java.lang.String name)
The name of the SSM document.
|
AssociationDescription |
AssociationDescription.withParameters(java.util.Map<java.lang.String,java.util.List<java.lang.String>> parameters)
A description of the parameters for a document.
|
AssociationDescription |
AssociationDescription.withStatus(AssociationStatus status)
The association status.
|
Modifier and Type | Method and Description |
---|---|
java.util.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 |
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.
|
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(java.util.Collection<AssociationDescription> successful)
Information about the associations that succeeded.
|
CreateAssociationBatchResult |
CreateAssociationBatchResult.withSuccessful(java.util.Collection<AssociationDescription> successful)
Information about the associations that succeeded.
|
Modifier and Type | Method and Description |
---|---|
AssociationDescription |
AssociationDescriptionJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
AssociationDescriptionJsonMarshaller.marshall(AssociationDescription associationDescription,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|