Uses of Class
com.amazonaws.services.simplesystemsmanagement.model.DocumentFilter
-
Packages that use DocumentFilter Package Description com.amazonaws.services.simplesystemsmanagement.model -
-
Uses of DocumentFilter in com.amazonaws.services.simplesystemsmanagement.model
Methods in com.amazonaws.services.simplesystemsmanagement.model that return DocumentFilter Modifier and Type Method Description DocumentFilter
DocumentFilter. clone()
DocumentFilter
DocumentFilter. withKey(DocumentFilterKey key)
The name of the filter.DocumentFilter
DocumentFilter. withKey(String key)
The name of the filter.DocumentFilter
DocumentFilter. withValue(String value)
The value of the filter.Methods in com.amazonaws.services.simplesystemsmanagement.model that return types with arguments of type DocumentFilter Modifier and Type Method Description List<DocumentFilter>
ListDocumentsRequest. getDocumentFilterList()
One or more filters.Methods in com.amazonaws.services.simplesystemsmanagement.model with parameters of type DocumentFilter Modifier and Type Method Description ListDocumentsRequest
ListDocumentsRequest. withDocumentFilterList(DocumentFilter... documentFilterList)
One or more filters.Method parameters in com.amazonaws.services.simplesystemsmanagement.model with type arguments of type DocumentFilter Modifier and Type Method Description void
ListDocumentsRequest. setDocumentFilterList(Collection<DocumentFilter> documentFilterList)
One or more filters.ListDocumentsRequest
ListDocumentsRequest. withDocumentFilterList(Collection<DocumentFilter> documentFilterList)
One or more filters.
-