Uses of Class
software.amazon.awssdk.services.fsx.model.RestoreOpenZFSVolumeOption
-
Packages that use RestoreOpenZFSVolumeOption Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of RestoreOpenZFSVolumeOption in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return RestoreOpenZFSVolumeOption Modifier and Type Method Description static RestoreOpenZFSVolumeOptionRestoreOpenZFSVolumeOption. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static RestoreOpenZFSVolumeOptionRestoreOpenZFSVolumeOption. valueOf(String name)Returns the enum constant of this type with the specified name.static RestoreOpenZFSVolumeOption[]RestoreOpenZFSVolumeOption. 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 RestoreOpenZFSVolumeOption Modifier and Type Method Description static Set<RestoreOpenZFSVolumeOption>RestoreOpenZFSVolumeOption. knownValues()List<RestoreOpenZFSVolumeOption>RestoreVolumeFromSnapshotRequest. options()The settings used when restoring the specified volume from snapshot.Methods in software.amazon.awssdk.services.fsx.model with parameters of type RestoreOpenZFSVolumeOption Modifier and Type Method Description RestoreVolumeFromSnapshotRequest.BuilderRestoreVolumeFromSnapshotRequest.Builder. options(RestoreOpenZFSVolumeOption... options)The settings used when restoring the specified volume from snapshot.Method parameters in software.amazon.awssdk.services.fsx.model with type arguments of type RestoreOpenZFSVolumeOption Modifier and Type Method Description RestoreVolumeFromSnapshotRequest.BuilderRestoreVolumeFromSnapshotRequest.Builder. options(Collection<RestoreOpenZFSVolumeOption> options)The settings used when restoring the specified volume from snapshot.
-