| Package | Description |
|---|---|
| com.amazonaws.services.licensemanagerlinuxsubscriptions.model |
| Modifier and Type | Method and Description |
|---|---|
Filter |
Filter.clone() |
Filter |
Filter.withName(String name)
The type of name to filter by.
|
Filter |
Filter.withOperator(Operator operator)
An operator for filtering results.
|
Filter |
Filter.withOperator(String operator)
An operator for filtering results.
|
Filter |
Filter.withValues(Collection<String> values)
One or more values for the name to filter by.
|
Filter |
Filter.withValues(String... values)
One or more values for the name to filter by.
|
| Modifier and Type | Method and Description |
|---|---|
List<Filter> |
ListLinuxSubscriptionsRequest.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> |
ListLinuxSubscriptionInstancesRequest.getFilters()
An array of structures that you can use to filter the results by your specified criteria.
|
| Modifier and Type | Method and Description |
|---|---|
ListLinuxSubscriptionsRequest |
ListLinuxSubscriptionsRequest.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.
|
ListLinuxSubscriptionInstancesRequest |
ListLinuxSubscriptionInstancesRequest.withFilters(Filter... filters)
An array of structures that you can use to filter the results by your specified criteria.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListLinuxSubscriptionsRequest.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 |
ListLinuxSubscriptionInstancesRequest.setFilters(Collection<Filter> filters)
An array of structures that you can use to filter the results by your specified criteria.
|
ListLinuxSubscriptionsRequest |
ListLinuxSubscriptionsRequest.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.
|
ListLinuxSubscriptionInstancesRequest |
ListLinuxSubscriptionInstancesRequest.withFilters(Collection<Filter> filters)
An array of structures that you can use to filter the results by your specified criteria.
|
Copyright © 2025. All rights reserved.