Uses of Class
software.amazon.awssdk.services.datasync.model.LocationFilter
-
Packages that use LocationFilter Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of LocationFilter in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return types with arguments of type LocationFilter Modifier and Type Method Description List<LocationFilter>ListLocationsRequest. filters()You can use API filters to narrow down the list of resources returned byListLocations.Methods in software.amazon.awssdk.services.datasync.model with parameters of type LocationFilter Modifier and Type Method Description ListLocationsRequest.BuilderListLocationsRequest.Builder. filters(LocationFilter... filters)You can use API filters to narrow down the list of resources returned byListLocations.Method parameters in software.amazon.awssdk.services.datasync.model with type arguments of type LocationFilter Modifier and Type Method Description ListLocationsRequest.BuilderListLocationsRequest.Builder. filters(Collection<LocationFilter> filters)You can use API filters to narrow down the list of resources returned byListLocations.
-