Package | Description |
---|---|
com.amazonaws.services.simplesystemsmanagement.model | |
com.amazonaws.services.simplesystemsmanagement.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<AssociationFilter> |
ListAssociationsRequest.associationFilterList
One or more filters.
|
Modifier and Type | Method and Description |
---|---|
AssociationFilter |
AssociationFilter.clone() |
AssociationFilter |
AssociationFilter.withKey(AssociationFilterKey key)
The name of the filter.
|
AssociationFilter |
AssociationFilter.withKey(java.lang.String key)
The name of the filter.
|
AssociationFilter |
AssociationFilter.withValue(java.lang.String value)
The filter value.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<AssociationFilter> |
ListAssociationsRequest.getAssociationFilterList()
One or more filters.
|
Modifier and Type | Method and Description |
---|---|
ListAssociationsRequest |
ListAssociationsRequest.withAssociationFilterList(AssociationFilter... associationFilterList)
One or more filters.
|
Modifier and Type | Method and Description |
---|---|
void |
ListAssociationsRequest.setAssociationFilterList(java.util.Collection<AssociationFilter> associationFilterList)
One or more filters.
|
ListAssociationsRequest |
ListAssociationsRequest.withAssociationFilterList(java.util.Collection<AssociationFilter> associationFilterList)
One or more filters.
|
Modifier and Type | Method and Description |
---|---|
AssociationFilter |
AssociationFilterJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
AssociationFilterJsonMarshaller.marshall(AssociationFilter associationFilter,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|