| Package | Description |
|---|---|
| com.amazonaws.services.licensemanagerusersubscriptions.model |
| Modifier and Type | Method and Description |
|---|---|
Filter |
Filter.clone() |
Filter |
Filter.withAttribute(String attribute)
The name of an attribute to use as a filter.
|
Filter |
Filter.withOperation(String operation)
The type of search (For example, eq, geq, leq)
|
Filter |
Filter.withValue(String value)
Value of the filter.
|
| Modifier and Type | Method and Description |
|---|---|
List<Filter> |
ListProductSubscriptionsRequest.getFilters()
An array of structures that you can use to filter the results to those that match one or more sets of key-value
pairs that you specify.
|
List<Filter> |
ListInstancesRequest.getFilters()
An array of structures that you can use to filter the results to those that match one or more sets of key-value
pairs that you specify.
|
List<Filter> |
ListUserAssociationsRequest.getFilters()
An array of structures that you can use to filter the results to those that match one or more sets of key-value
pairs that you specify.
|
| Modifier and Type | Method and Description |
|---|---|
ListProductSubscriptionsRequest |
ListProductSubscriptionsRequest.withFilters(Filter... filters)
An array of structures that you can use to filter the results to those that match one or more sets of key-value
pairs that you specify.
|
ListInstancesRequest |
ListInstancesRequest.withFilters(Filter... filters)
An array of structures that you can use to filter the results to those that match one or more sets of key-value
pairs that you specify.
|
ListUserAssociationsRequest |
ListUserAssociationsRequest.withFilters(Filter... filters)
An array of structures that you can use to filter the results to those that match one or more sets of key-value
pairs that you specify.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListProductSubscriptionsRequest.setFilters(Collection<Filter> filters)
An array of structures that you can use to filter the results to those that match one or more sets of key-value
pairs that you specify.
|
void |
ListInstancesRequest.setFilters(Collection<Filter> filters)
An array of structures that you can use to filter the results to those that match one or more sets of key-value
pairs that you specify.
|
void |
ListUserAssociationsRequest.setFilters(Collection<Filter> filters)
An array of structures that you can use to filter the results to those that match one or more sets of key-value
pairs that you specify.
|
ListProductSubscriptionsRequest |
ListProductSubscriptionsRequest.withFilters(Collection<Filter> filters)
An array of structures that you can use to filter the results to those that match one or more sets of key-value
pairs that you specify.
|
ListInstancesRequest |
ListInstancesRequest.withFilters(Collection<Filter> filters)
An array of structures that you can use to filter the results to those that match one or more sets of key-value
pairs that you specify.
|
ListUserAssociationsRequest |
ListUserAssociationsRequest.withFilters(Collection<Filter> filters)
An array of structures that you can use to filter the results to those that match one or more sets of key-value
pairs that you specify.
|
Copyright © 2024. All rights reserved.