Uses of Class
software.amazon.awssdk.services.datasync.model.DiscoveryResourceFilter
-
Packages that use DiscoveryResourceFilter Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of DiscoveryResourceFilter in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return DiscoveryResourceFilter Modifier and Type Method Description static DiscoveryResourceFilterDiscoveryResourceFilter. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DiscoveryResourceFilterDiscoveryResourceFilter. valueOf(String name)Returns the enum constant of this type with the specified name.static DiscoveryResourceFilter[]DiscoveryResourceFilter. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.datasync.model that return types with arguments of type DiscoveryResourceFilter Modifier and Type Method Description Map<DiscoveryResourceFilter,List<String>>DescribeStorageSystemResourcesRequest. filter()Filters the storage system resources that you want returned.static Set<DiscoveryResourceFilter>DiscoveryResourceFilter. knownValues()Method parameters in software.amazon.awssdk.services.datasync.model with type arguments of type DiscoveryResourceFilter Modifier and Type Method Description DescribeStorageSystemResourcesRequest.BuilderDescribeStorageSystemResourcesRequest.Builder. filter(Map<DiscoveryResourceFilter,? extends Collection<String>> filter)Filters the storage system resources that you want returned.
-