Uses of Class
software.amazon.awssdk.services.fsx.model.OpenZFSCopyStrategy
-
Packages that use OpenZFSCopyStrategy Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of OpenZFSCopyStrategy in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return OpenZFSCopyStrategy Modifier and Type Method Description OpenZFSCopyStrategyCopySnapshotAndUpdateVolumeRequest. copyStrategy()Specifies the strategy to use when copying data from a snapshot to the volume.OpenZFSCopyStrategyCreateOpenZFSOriginSnapshotConfiguration. copyStrategy()Specifies the strategy used when copying data from the snapshot to the new volume.OpenZFSCopyStrategyOpenZFSOriginSnapshotConfiguration. copyStrategy()The strategy used when copying data from the snapshot to the new volume.OpenZFSCopyStrategyOpenZFSVolumeConfiguration. copyStrategy()Specifies the strategy used when copying data from the snapshot to the new volume.static OpenZFSCopyStrategyOpenZFSCopyStrategy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static OpenZFSCopyStrategyOpenZFSCopyStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static OpenZFSCopyStrategy[]OpenZFSCopyStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.fsx.model that return types with arguments of type OpenZFSCopyStrategy Modifier and Type Method Description static Set<OpenZFSCopyStrategy>OpenZFSCopyStrategy. knownValues()Methods in software.amazon.awssdk.services.fsx.model with parameters of type OpenZFSCopyStrategy Modifier and Type Method Description CopySnapshotAndUpdateVolumeRequest.BuilderCopySnapshotAndUpdateVolumeRequest.Builder. copyStrategy(OpenZFSCopyStrategy copyStrategy)Specifies the strategy to use when copying data from a snapshot to the volume.CreateOpenZFSOriginSnapshotConfiguration.BuilderCreateOpenZFSOriginSnapshotConfiguration.Builder. copyStrategy(OpenZFSCopyStrategy copyStrategy)Specifies the strategy used when copying data from the snapshot to the new volume.OpenZFSOriginSnapshotConfiguration.BuilderOpenZFSOriginSnapshotConfiguration.Builder. copyStrategy(OpenZFSCopyStrategy copyStrategy)The strategy used when copying data from the snapshot to the new volume.OpenZFSVolumeConfiguration.BuilderOpenZFSVolumeConfiguration.Builder. copyStrategy(OpenZFSCopyStrategy copyStrategy)Specifies the strategy used when copying data from the snapshot to the new volume.
-