Uses of Class
software.amazon.awssdk.services.proton.model.ListServiceInstancesFilter
-
Packages that use ListServiceInstancesFilter Package Description software.amazon.awssdk.services.proton.model -
-
Uses of ListServiceInstancesFilter in software.amazon.awssdk.services.proton.model
Methods in software.amazon.awssdk.services.proton.model that return types with arguments of type ListServiceInstancesFilter Modifier and Type Method Description List<ListServiceInstancesFilter>ListServiceInstancesRequest. filters()An array of filtering criteria that scope down the result list.Methods in software.amazon.awssdk.services.proton.model with parameters of type ListServiceInstancesFilter Modifier and Type Method Description ListServiceInstancesRequest.BuilderListServiceInstancesRequest.Builder. filters(ListServiceInstancesFilter... filters)An array of filtering criteria that scope down the result list.Method parameters in software.amazon.awssdk.services.proton.model with type arguments of type ListServiceInstancesFilter Modifier and Type Method Description ListServiceInstancesRequest.BuilderListServiceInstancesRequest.Builder. filters(Collection<ListServiceInstancesFilter> filters)An array of filtering criteria that scope down the result list.
-