Uses of Class
com.amazonaws.services.simplesystemsmanagement.model.AssociationFilter
-
Packages that use AssociationFilter Package Description com.amazonaws.services.simplesystemsmanagement.model -
-
Uses of AssociationFilter in com.amazonaws.services.simplesystemsmanagement.model
Methods in com.amazonaws.services.simplesystemsmanagement.model that return AssociationFilter Modifier and Type Method Description AssociationFilter
AssociationFilter. clone()
AssociationFilter
AssociationFilter. withKey(AssociationFilterKey key)
The name of the filter.AssociationFilter
AssociationFilter. withKey(String key)
The name of the filter.AssociationFilter
AssociationFilter. withValue(String value)
The filter value.Methods in com.amazonaws.services.simplesystemsmanagement.model that return types with arguments of type AssociationFilter Modifier and Type Method Description List<AssociationFilter>
ListAssociationsRequest. getAssociationFilterList()
One or more filters.Methods in com.amazonaws.services.simplesystemsmanagement.model with parameters of type AssociationFilter Modifier and Type Method Description ListAssociationsRequest
ListAssociationsRequest. withAssociationFilterList(AssociationFilter... associationFilterList)
One or more filters.Method parameters in com.amazonaws.services.simplesystemsmanagement.model with type arguments of type AssociationFilter Modifier and Type Method Description void
ListAssociationsRequest. setAssociationFilterList(Collection<AssociationFilter> associationFilterList)
One or more filters.ListAssociationsRequest
ListAssociationsRequest. withAssociationFilterList(Collection<AssociationFilter> associationFilterList)
One or more filters.
-