Package | Description |
---|---|
com.amazonaws.services.simplesystemsmanagement.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
List<DocumentFilter> |
ListDocumentsRequest.getDocumentFilterList()
One or more filters.
|
Modifier and Type | Method and Description |
---|---|
ListDocumentsRequest |
ListDocumentsRequest.withDocumentFilterList(DocumentFilter... documentFilterList)
One or more filters.
|
Modifier and Type | Method and Description |
---|---|
void |
ListDocumentsRequest.setDocumentFilterList(Collection<DocumentFilter> documentFilterList)
One or more filters.
|
ListDocumentsRequest |
ListDocumentsRequest.withDocumentFilterList(Collection<DocumentFilter> documentFilterList)
One or more filters.
|
Copyright © 2018. All rights reserved.