Uses of Class
com.oracle.bmc.loganalytics.model.StorageDataType
-
Packages that use StorageDataType Package Description com.oracle.bmc.loganalytics.model -
-
Uses of StorageDataType in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return StorageDataType Modifier and Type Method Description static StorageDataTypeStorageDataType. create(String key)StorageDataTypeEstimatePurgeDataSizeDetails. getDataType()This is the type of the log data to be purgedStorageDataTypePurgeAction. getDataType()the type of the log data to be purgedStorageDataTypePurgeStorageDataDetails. getDataType()This is the type of the log data to be purgedStorageDataTypeRecallArchivedDataDetails. getDataType()This is the type of the log data to be recalledStorageDataTypeReleaseRecalledDataDetails. getDataType()This is the type of the recalled data to be releasedStorageDataTypeStorageWorkRequest. getDataType()Thie is the type of data to be purgedStorageDataTypeStorageWorkRequestSummary. getDataType()Thie is the type of data to be purgedstatic StorageDataTypeStorageDataType. valueOf(String name)Returns the enum constant of this type with the specified name.static StorageDataType[]StorageDataType. 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 StorageDataType Modifier and Type Method Description EstimatePurgeDataSizeDetails.BuilderEstimatePurgeDataSizeDetails.Builder. dataType(StorageDataType dataType)This is the type of the log data to be purgedPurgeAction.BuilderPurgeAction.Builder. dataType(StorageDataType dataType)the type of the log data to be purgedPurgeStorageDataDetails.BuilderPurgeStorageDataDetails.Builder. dataType(StorageDataType dataType)This is the type of the log data to be purgedRecallArchivedDataDetails.BuilderRecallArchivedDataDetails.Builder. dataType(StorageDataType dataType)This is the type of the log data to be recalledReleaseRecalledDataDetails.BuilderReleaseRecalledDataDetails.Builder. dataType(StorageDataType dataType)This is the type of the recalled data to be releasedStorageWorkRequest.BuilderStorageWorkRequest.Builder. dataType(StorageDataType dataType)Thie is the type of data to be purgedStorageWorkRequestSummary.BuilderStorageWorkRequestSummary.Builder. dataType(StorageDataType dataType)Thie is the type of data to be purgedConstructors in com.oracle.bmc.loganalytics.model with parameters of type StorageDataType Constructor Description EstimatePurgeDataSizeDetails(String compartmentId, Boolean compartmentIdInSubtree, Date timeDataEnded, String purgeQueryString, StorageDataType dataType)Deprecated.PurgeAction(String queryString, StorageDataType dataType, String purgeDuration, String purgeCompartmentId, Boolean compartmentIdInSubtree)Deprecated.PurgeStorageDataDetails(String compartmentId, Boolean compartmentIdInSubtree, Date timeDataEnded, String purgeQueryString, StorageDataType dataType)Deprecated.RecallArchivedDataDetails(String compartmentId, Date timeDataEnded, Date timeDataStarted, StorageDataType dataType, String logSets, String query, String purpose, Boolean isRecallNewDataOnly, Boolean isUseRecommendedDataSet, Long collectionId)Deprecated.ReleaseRecalledDataDetails(String compartmentId, Date timeDataEnded, Date timeDataStarted, StorageDataType dataType, Long collectionId)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.
-