Uses of Class
software.amazon.awssdk.services.licensemanagerusersubscriptions.model.Filter
-
Packages that use Filter Package Description software.amazon.awssdk.services.licensemanagerusersubscriptions.model -
-
Uses of Filter in software.amazon.awssdk.services.licensemanagerusersubscriptions.model
Methods in software.amazon.awssdk.services.licensemanagerusersubscriptions.model that return types with arguments of type Filter Modifier and Type Method Description 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.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.Methods in software.amazon.awssdk.services.licensemanagerusersubscriptions.model with parameters of type Filter Modifier and Type Method Description ListInstancesRequest.BuilderListInstancesRequest.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.ListProductSubscriptionsRequest.BuilderListProductSubscriptionsRequest.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.BuilderListUserAssociationsRequest.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.Method parameters in software.amazon.awssdk.services.licensemanagerusersubscriptions.model with type arguments of type Filter Modifier and Type Method Description ListInstancesRequest.BuilderListInstancesRequest.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.ListProductSubscriptionsRequest.BuilderListProductSubscriptionsRequest.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.BuilderListUserAssociationsRequest.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.
-