Uses of Class
com.oracle.bmc.loganalytics.model.EncryptionKeyType
-
Packages that use EncryptionKeyType Package Description com.oracle.bmc.loganalytics.model -
-
Uses of EncryptionKeyType in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return EncryptionKeyType Modifier and Type Method Description static EncryptionKeyTypeEncryptionKeyType. create(String key)EncryptionKeyTypeAssignEncryptionKeyDetails. getKeyType()This is the type of data to be encrypted.EncryptionKeyTypeEncryptionKeyInfoSummary. getKeyType()This is the type of data to be encrypted.EncryptionKeyTypeStorageWorkRequest. getKeyType()The type of customer encryption key.EncryptionKeyTypeStorageWorkRequestSummary. getKeyType()The type of customer encryption key.static EncryptionKeyTypeEncryptionKeyType. valueOf(String name)Returns the enum constant of this type with the specified name.static EncryptionKeyType[]EncryptionKeyType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.loganalytics.model with parameters of type EncryptionKeyType Modifier and Type Method Description AssignEncryptionKeyDetails.BuilderAssignEncryptionKeyDetails.Builder. keyType(EncryptionKeyType keyType)This is the type of data to be encrypted.EncryptionKeyInfoSummary.BuilderEncryptionKeyInfoSummary.Builder. keyType(EncryptionKeyType keyType)This is the type of data to be encrypted.StorageWorkRequest.BuilderStorageWorkRequest.Builder. keyType(EncryptionKeyType keyType)The type of customer encryption key.StorageWorkRequestSummary.BuilderStorageWorkRequestSummary.Builder. keyType(EncryptionKeyType keyType)The type of customer encryption key.Constructors in com.oracle.bmc.loganalytics.model with parameters of type EncryptionKeyType Constructor Description AssignEncryptionKeyDetails(String keyId, EncryptionKeyType keyType)Deprecated.EncryptionKeyInfoSummary(EncryptionKeySource keySource, String keyId, EncryptionKeyType keyType)Deprecated.StorageWorkRequest(String id, String compartmentId, Date timeStarted, Date timeAccepted, Date timeFinished, Date timeExpires, Integer percentComplete, WorkRequestStatus status, Date timeDataStarted, Date timeDataEnded, String purgeQueryString, StorageDataType dataType, String statusDetails, String operationDetails, String policyName, String policyId, Long storageUsageInBytes, Boolean compartmentIdInSubtree, StorageOperationType operationType, String keyId, EncryptionKeyType keyType, String logSets, String purpose, String query, Boolean isRecallNewDataOnly, Boolean isUseRecommendedDataSet)Deprecated.StorageWorkRequestSummary(String id, String compartmentId, Date timeStarted, Date timeAccepted, Date timeFinished, Date timeExpires, Integer percentComplete, WorkRequestStatus status, Date timeDataStarted, Date timeDataEnded, String purgeQueryString, StorageDataType dataType, String statusDetails, String operationDetails, String policyName, String policyId, Long storageUsageInBytes, Boolean compartmentIdInSubtree, StorageOperationType operationType, String keyId, EncryptionKeyType keyType, String logSets, String purpose, String query, Boolean isRecallNewDataOnly, Boolean isUseRecommendedDataSet)Deprecated.
-