Uses of Class
com.oracle.bmc.core.model.CreateBootVolumeBackupDetails.Type
-
Packages that use CreateBootVolumeBackupDetails.Type Package Description com.oracle.bmc.core.model -
-
Uses of CreateBootVolumeBackupDetails.Type in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return CreateBootVolumeBackupDetails.Type Modifier and Type Method Description static CreateBootVolumeBackupDetails.Type
CreateBootVolumeBackupDetails.Type. create(String key)
CreateBootVolumeBackupDetails.Type
CreateBootVolumeBackupDetails. getType()
The type of backup to create.static CreateBootVolumeBackupDetails.Type
CreateBootVolumeBackupDetails.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static CreateBootVolumeBackupDetails.Type[]
CreateBootVolumeBackupDetails.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.core.model with parameters of type CreateBootVolumeBackupDetails.Type Modifier and Type Method Description CreateBootVolumeBackupDetails.Builder
CreateBootVolumeBackupDetails.Builder. type(CreateBootVolumeBackupDetails.Type type)
The type of backup to create.Constructors in com.oracle.bmc.core.model with parameters of type CreateBootVolumeBackupDetails.Type Constructor Description CreateBootVolumeBackupDetails(String bootVolumeId, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, CreateBootVolumeBackupDetails.Type type, String kmsKeyId)
Deprecated.
-