Package | Description |
---|---|
com.amazonaws.services.simplesystemsmanagement.model | |
com.amazonaws.services.simplesystemsmanagement.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Association> |
ListAssociationsResult.associations
The associations.
|
Modifier and Type | Method and Description |
---|---|
Association |
Association.clone() |
Association |
Association.withInstanceId(java.lang.String instanceId)
The ID of the instance.
|
Association |
Association.withName(java.lang.String name)
The name of the SSM document.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Association> |
ListAssociationsResult.getAssociations()
The associations.
|
Modifier and Type | Method and Description |
---|---|
ListAssociationsResult |
ListAssociationsResult.withAssociations(Association... associations)
The associations.
|
Modifier and Type | Method and Description |
---|---|
void |
ListAssociationsResult.setAssociations(java.util.Collection<Association> associations)
The associations.
|
ListAssociationsResult |
ListAssociationsResult.withAssociations(java.util.Collection<Association> associations)
The associations.
|
Modifier and Type | Method and Description |
---|---|
Association |
AssociationJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
AssociationJsonMarshaller.marshall(Association association,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|