| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
static DiscoverySystemType |
DiscoverySystemType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
DiscoverySystemType |
AddStorageSystemRequest.systemType()
Specifies the type of on-premises storage system that you want DataSync Discovery to collect information about.
|
DiscoverySystemType |
DescribeStorageSystemResponse.systemType()
The type of on-premises storage system.
|
static DiscoverySystemType |
DiscoverySystemType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<DiscoverySystemType> |
DiscoverySystemType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AddStorageSystemRequest.Builder |
AddStorageSystemRequest.Builder.systemType(DiscoverySystemType systemType)
Specifies the type of on-premises storage system that you want DataSync Discovery to collect information
about.
|
DescribeStorageSystemResponse.Builder |
DescribeStorageSystemResponse.Builder.systemType(DiscoverySystemType systemType)
The type of on-premises storage system.
|
Copyright © 2023. All rights reserved.