Package | Description |
---|---|
com.amazonaws.services.simplesystemsmanagement.model |
Modifier and Type | Method and Description |
---|---|
Association |
Association.clone() |
Association |
Association.withInstanceId(String instanceId)
The ID of the instance.
|
Association |
Association.withName(String name)
The name of the SSM document.
|
Modifier and Type | Method and Description |
---|---|
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(Collection<Association> associations)
The associations.
|
ListAssociationsResult |
ListAssociationsResult.withAssociations(Collection<Association> associations)
The associations.
|
Copyright © 2018. All rights reserved.