| Package | Description |
|---|---|
| software.amazon.awssdk.services.licensemanagerusersubscriptions.model |
| Modifier and Type | Method and Description |
|---|---|
List<Filter> |
ListProductSubscriptionsRequest.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.
|
List<Filter> |
ListUserAssociationsRequest.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.
|
List<Filter> |
ListInstancesRequest.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 |
|---|---|
ListProductSubscriptionsRequest.Builder |
ListProductSubscriptionsRequest.Builder.filters(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.Builder |
ListUserAssociationsRequest.Builder.filters(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.Builder |
ListInstancesRequest.Builder.filters(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 |
|---|---|
ListProductSubscriptionsRequest.Builder |
ListProductSubscriptionsRequest.Builder.filters(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.Builder |
ListUserAssociationsRequest.Builder.filters(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.Builder |
ListInstancesRequest.Builder.filters(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 © 2022. All rights reserved.