Uses of Class
software.amazon.awssdk.services.datasync.model.StorageSystemConnectivityStatus
-
Packages that use StorageSystemConnectivityStatus Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of StorageSystemConnectivityStatus in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return StorageSystemConnectivityStatus Modifier and Type Method Description StorageSystemConnectivityStatusDescribeStorageSystemResponse. connectivityStatus()Indicates whether your DataSync agent can connect to your on-premises storage system.static StorageSystemConnectivityStatusStorageSystemConnectivityStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static StorageSystemConnectivityStatusStorageSystemConnectivityStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static StorageSystemConnectivityStatus[]StorageSystemConnectivityStatus. 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 StorageSystemConnectivityStatus Modifier and Type Method Description static Set<StorageSystemConnectivityStatus>StorageSystemConnectivityStatus. knownValues()Methods in software.amazon.awssdk.services.datasync.model with parameters of type StorageSystemConnectivityStatus Modifier and Type Method Description DescribeStorageSystemResponse.BuilderDescribeStorageSystemResponse.Builder. connectivityStatus(StorageSystemConnectivityStatus connectivityStatus)Indicates whether your DataSync agent can connect to your on-premises storage system.
-