Uses of Class
software.amazon.awssdk.services.datasync.model.DiscoverySystemType
-
Packages that use DiscoverySystemType Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of DiscoverySystemType in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return DiscoverySystemType Modifier and Type Method Description static DiscoverySystemTypeDiscoverySystemType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DiscoverySystemTypeAddStorageSystemRequest. systemType()Specifies the type of on-premises storage system that you want DataSync Discovery to collect information about.DiscoverySystemTypeDescribeStorageSystemResponse. systemType()The type of on-premises storage system.static DiscoverySystemTypeDiscoverySystemType. valueOf(String name)Returns the enum constant of this type with the specified name.static DiscoverySystemType[]DiscoverySystemType. 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 DiscoverySystemType Modifier and Type Method Description static Set<DiscoverySystemType>DiscoverySystemType. knownValues()Methods in software.amazon.awssdk.services.datasync.model with parameters of type DiscoverySystemType Modifier and Type Method Description AddStorageSystemRequest.BuilderAddStorageSystemRequest.Builder. systemType(DiscoverySystemType systemType)Specifies the type of on-premises storage system that you want DataSync Discovery to collect information about.DescribeStorageSystemResponse.BuilderDescribeStorageSystemResponse.Builder. systemType(DiscoverySystemType systemType)The type of on-premises storage system.
-