Uses of Class
software.amazon.awssdk.services.fsx.model.UpdateOpenZFSVolumeOption
-
Packages that use UpdateOpenZFSVolumeOption Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of UpdateOpenZFSVolumeOption in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return UpdateOpenZFSVolumeOption Modifier and Type Method Description static UpdateOpenZFSVolumeOptionUpdateOpenZFSVolumeOption. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static UpdateOpenZFSVolumeOptionUpdateOpenZFSVolumeOption. valueOf(String name)Returns the enum constant of this type with the specified name.static UpdateOpenZFSVolumeOption[]UpdateOpenZFSVolumeOption. 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 UpdateOpenZFSVolumeOption Modifier and Type Method Description static Set<UpdateOpenZFSVolumeOption>UpdateOpenZFSVolumeOption. knownValues()List<UpdateOpenZFSVolumeOption>CopySnapshotAndUpdateVolumeRequest. options()Confirms that you want to delete data on the destination volume that wasn’t there during the previous snapshot replication.Methods in software.amazon.awssdk.services.fsx.model with parameters of type UpdateOpenZFSVolumeOption Modifier and Type Method Description CopySnapshotAndUpdateVolumeRequest.BuilderCopySnapshotAndUpdateVolumeRequest.Builder. options(UpdateOpenZFSVolumeOption... options)Confirms that you want to delete data on the destination volume that wasn’t there during the previous snapshot replication.Method parameters in software.amazon.awssdk.services.fsx.model with type arguments of type UpdateOpenZFSVolumeOption Modifier and Type Method Description CopySnapshotAndUpdateVolumeRequest.BuilderCopySnapshotAndUpdateVolumeRequest.Builder. options(Collection<UpdateOpenZFSVolumeOption> options)Confirms that you want to delete data on the destination volume that wasn’t there during the previous snapshot replication.
-