Package | Description |
---|---|
com.oracle.bmc.datasafe | |
com.oracle.bmc.datasafe.model | |
com.oracle.bmc.datasafe.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetAuditProfileRequest,GetAuditProfileResponse> |
DataSafeWaiters.forAuditProfile(GetAuditProfileRequest request,
AuditProfileLifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetAuditProfileRequest,GetAuditProfileResponse> |
DataSafeWaiters.forAuditProfile(GetAuditProfileRequest request,
AuditProfileLifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetAuditProfileRequest,GetAuditProfileResponse> |
DataSafeWaiters.forAuditProfile(GetAuditProfileRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
AuditProfileLifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static AuditProfileLifecycleState |
AuditProfileLifecycleState.create(String key) |
AuditProfileLifecycleState |
AuditProfileSummary.getLifecycleState()
The current state of the audit profile.
|
AuditProfileLifecycleState |
AuditProfile.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.
|
Modifier and Type | Method and Description |
---|---|
AuditProfileSummary.Builder |
AuditProfileSummary.Builder.lifecycleState(AuditProfileLifecycleState lifecycleState)
The current state of the audit profile.
|
AuditProfile.Builder |
AuditProfile.Builder.lifecycleState(AuditProfileLifecycleState lifecycleState)
The current state of the audit profile.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
AuditProfileLifecycleState |
ListAuditProfilesRequest.getLifecycleState()
A optional filter to return only resources that match the specified lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListAuditProfilesRequest.Builder |
ListAuditProfilesRequest.Builder.lifecycleState(AuditProfileLifecycleState lifecycleState)
A optional filter to return only resources that match the specified lifecycle state.
|
Copyright © 2016–2024. All rights reserved.