Uses of Class
com.oracle.bmc.datasafe.model.AuditProfileLifecycleState
-
Packages that use AuditProfileLifecycleState Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.model com.oracle.bmc.datasafe.requests -
-
Uses of AuditProfileLifecycleState in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe with parameters of type AuditProfileLifecycleState Modifier and Type Method Description Waiter<GetAuditProfileRequest,GetAuditProfileResponse>
DataSafeWaiters. forAuditProfile(GetAuditProfileRequest request, AuditProfileLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetAuditProfileRequest,GetAuditProfileResponse>
DataSafeWaiters. forAuditProfile(GetAuditProfileRequest request, AuditProfileLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetAuditProfileRequest,GetAuditProfileResponse>
DataSafeWaiters. forAuditProfile(GetAuditProfileRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, AuditProfileLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of AuditProfileLifecycleState in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return AuditProfileLifecycleState Modifier and Type Method Description static AuditProfileLifecycleState
AuditProfileLifecycleState. create(String key)
AuditProfileLifecycleState
AuditProfile. getLifecycleState()
The current state of the audit profile.AuditProfileLifecycleState
AuditProfileSummary. getLifecycleState()
The current state of the audit profile.static AuditProfileLifecycleState
AuditProfileLifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static AuditProfileLifecycleState[]
AuditProfileLifecycleState. 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 AuditProfileLifecycleState Modifier and Type Method Description AuditProfile.Builder
AuditProfile.Builder. lifecycleState(AuditProfileLifecycleState lifecycleState)
The current state of the audit profile.AuditProfileSummary.Builder
AuditProfileSummary.Builder. lifecycleState(AuditProfileLifecycleState lifecycleState)
The current state of the audit profile.Constructors in com.oracle.bmc.datasafe.model with parameters of type AuditProfileLifecycleState Constructor Description AuditProfile(String id, String compartmentId, String displayName, Date timeCreated, Date timeUpdated, AuditProfileLifecycleState lifecycleState, String lifecycleDetails, String targetId, String description, List<AuditTrail> auditTrails, Boolean isPaidUsageEnabled, Integer onlineMonths, Integer offlineMonths, Long auditCollectedVolume, Boolean isOverrideGlobalRetentionSetting, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.AuditProfileSummary(String id, String compartmentId, String displayName, Date timeCreated, Date timeUpdated, String targetId, AuditProfileLifecycleState lifecycleState, String description, String lifecycleDetails, Boolean isPaidUsageEnabled, Integer onlineMonths, Integer offlineMonths, Long auditCollectedVolume, Boolean isOverrideGlobalRetentionSetting, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated. -
Uses of AuditProfileLifecycleState in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return AuditProfileLifecycleState Modifier and Type Method Description AuditProfileLifecycleState
ListAuditProfilesRequest. getLifecycleState()
A optional filter to return only resources that match the specified lifecycle state.Methods in com.oracle.bmc.datasafe.requests with parameters of type AuditProfileLifecycleState Modifier and Type Method Description ListAuditProfilesRequest.Builder
ListAuditProfilesRequest.Builder. lifecycleState(AuditProfileLifecycleState lifecycleState)
A optional filter to return only resources that match the specified lifecycle state.
-