Uses of Class
com.oracle.bmc.datasafe.model.AuditArchiveRetrievalLifecycleState
-
Packages that use AuditArchiveRetrievalLifecycleState Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.model com.oracle.bmc.datasafe.requests -
-
Uses of AuditArchiveRetrievalLifecycleState in com.oracle.bmc.datasafe
-
Uses of AuditArchiveRetrievalLifecycleState in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return AuditArchiveRetrievalLifecycleState Modifier and Type Method Description static AuditArchiveRetrievalLifecycleState
AuditArchiveRetrievalLifecycleState. create(String key)
AuditArchiveRetrievalLifecycleState
AuditArchiveRetrieval. getLifecycleState()
The current state of the archive retrieval.AuditArchiveRetrievalLifecycleState
AuditArchiveRetrievalSummary. getLifecycleState()
The current state of the archive retrieval.static AuditArchiveRetrievalLifecycleState
AuditArchiveRetrievalLifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static AuditArchiveRetrievalLifecycleState[]
AuditArchiveRetrievalLifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datasafe.model with parameters of type AuditArchiveRetrievalLifecycleState Modifier and Type Method Description AuditArchiveRetrieval.Builder
AuditArchiveRetrieval.Builder. lifecycleState(AuditArchiveRetrievalLifecycleState lifecycleState)
The current state of the archive retrieval.AuditArchiveRetrievalSummary.Builder
AuditArchiveRetrievalSummary.Builder. lifecycleState(AuditArchiveRetrievalLifecycleState lifecycleState)
The current state of the archive retrieval.Constructors in com.oracle.bmc.datasafe.model with parameters of type AuditArchiveRetrievalLifecycleState Constructor Description AuditArchiveRetrieval(String id, String compartmentId, String displayName, String description, Date startDate, Date endDate, String targetId, Date timeRequested, Date timeCompleted, Date timeOfExpiry, Long auditEventCount, String errorInfo, AuditArchiveRetrievalLifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.AuditArchiveRetrievalSummary(String id, String compartmentId, String displayName, String description, Date startDate, Date endDate, String targetId, Date timeRequested, Date timeCompleted, Date timeOfExpiry, Long auditEventCount, String errorInfo, AuditArchiveRetrievalLifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated. -
Uses of AuditArchiveRetrievalLifecycleState in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return AuditArchiveRetrievalLifecycleState Modifier and Type Method Description AuditArchiveRetrievalLifecycleState
ListAuditArchiveRetrievalsRequest. getLifecycleState()
A filter to return only resources that matches the specified lifecycle state.Methods in com.oracle.bmc.datasafe.requests with parameters of type AuditArchiveRetrievalLifecycleState Modifier and Type Method Description ListAuditArchiveRetrievalsRequest.Builder
ListAuditArchiveRetrievalsRequest.Builder. lifecycleState(AuditArchiveRetrievalLifecycleState lifecycleState)
A filter to return only resources that matches the specified lifecycle state.
-