| Package | Description |
|---|---|
| com.amazonaws.services.drs.model |
| Modifier and Type | Method and Description |
|---|---|
static ReplicationConfigurationReplicatedDiskStagingDiskType |
ReplicationConfigurationReplicatedDiskStagingDiskType.fromValue(String value)
Use this in place of valueOf.
|
static ReplicationConfigurationReplicatedDiskStagingDiskType |
ReplicationConfigurationReplicatedDiskStagingDiskType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReplicationConfigurationReplicatedDiskStagingDiskType[] |
ReplicationConfigurationReplicatedDiskStagingDiskType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ReplicationConfigurationReplicatedDisk |
ReplicationConfigurationReplicatedDisk.withOptimizedStagingDiskType(ReplicationConfigurationReplicatedDiskStagingDiskType optimizedStagingDiskType)
The Staging Disk EBS volume type to be used during replication when
stagingDiskType is set to Auto. |
ReplicationConfigurationReplicatedDisk |
ReplicationConfigurationReplicatedDisk.withStagingDiskType(ReplicationConfigurationReplicatedDiskStagingDiskType stagingDiskType)
The Staging Disk EBS volume type to be used during replication.
|
Copyright © 2024. All rights reserved.