Package | Description |
---|---|
com.amazonaws.services.simplesystemsmanagement.model | |
com.amazonaws.services.simplesystemsmanagement.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<DocumentFilter> |
ListDocumentsRequest.documentFilterList
One or more filters.
|
Modifier and Type | Method and Description |
---|---|
DocumentFilter |
DocumentFilter.clone() |
DocumentFilter |
DocumentFilter.withKey(DocumentFilterKey key)
The name of the filter.
|
DocumentFilter |
DocumentFilter.withKey(java.lang.String key)
The name of the filter.
|
DocumentFilter |
DocumentFilter.withValue(java.lang.String value)
The value of the filter.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<DocumentFilter> documentFilterList)
One or more filters.
|
ListDocumentsRequest |
ListDocumentsRequest.withDocumentFilterList(java.util.Collection<DocumentFilter> documentFilterList)
One or more filters.
|
Modifier and Type | Method and Description |
---|---|
DocumentFilter |
DocumentFilterJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
DocumentFilterJsonMarshaller.marshall(DocumentFilter documentFilter,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|