Uses of Class
com.amazonaws.services.simplesystemsmanagement.model.Association
-
Packages that use Association Package Description com.amazonaws.services.simplesystemsmanagement.model -
-
Uses of Association in com.amazonaws.services.simplesystemsmanagement.model
Methods in com.amazonaws.services.simplesystemsmanagement.model that return Association Modifier and Type Method 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.Methods in com.amazonaws.services.simplesystemsmanagement.model that return types with arguments of type Association Modifier and Type Method Description List<Association>
ListAssociationsResult. getAssociations()
The associations.Methods in com.amazonaws.services.simplesystemsmanagement.model with parameters of type Association Modifier and Type Method Description ListAssociationsResult
ListAssociationsResult. withAssociations(Association... associations)
The associations.Method parameters in com.amazonaws.services.simplesystemsmanagement.model with type arguments of type Association Modifier and Type Method Description void
ListAssociationsResult. setAssociations(Collection<Association> associations)
The associations.ListAssociationsResult
ListAssociationsResult. withAssociations(Collection<Association> associations)
The associations.
-