| Package | Description |
|---|---|
| software.amazon.awssdk.services.drs.model |
| Modifier and Type | Method and Description |
|---|---|
static ReplicationConfigurationReplicatedDiskStagingDiskType |
ReplicationConfigurationReplicatedDiskStagingDiskType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ReplicationConfigurationReplicatedDiskStagingDiskType |
ReplicationConfigurationReplicatedDisk.optimizedStagingDiskType()
The Staging Disk EBS volume type to be used during replication when
stagingDiskType is set to Auto. |
ReplicationConfigurationReplicatedDiskStagingDiskType |
ReplicationConfigurationReplicatedDisk.stagingDiskType()
The Staging Disk EBS volume type to be used during replication.
|
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 |
|---|---|
static Set<ReplicationConfigurationReplicatedDiskStagingDiskType> |
ReplicationConfigurationReplicatedDiskStagingDiskType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ReplicationConfigurationReplicatedDisk.Builder |
ReplicationConfigurationReplicatedDisk.Builder.optimizedStagingDiskType(ReplicationConfigurationReplicatedDiskStagingDiskType optimizedStagingDiskType)
The Staging Disk EBS volume type to be used during replication when
stagingDiskType is set to
Auto. |
ReplicationConfigurationReplicatedDisk.Builder |
ReplicationConfigurationReplicatedDisk.Builder.stagingDiskType(ReplicationConfigurationReplicatedDiskStagingDiskType stagingDiskType)
The Staging Disk EBS volume type to be used during replication.
|
Copyright © 2023. All rights reserved.