Uses of Class
com.oracle.bmc.datasafe.requests.GetAlertPolicyRequest
-
Packages that use GetAlertPolicyRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of GetAlertPolicyRequest in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return types with arguments of type GetAlertPolicyRequest Modifier and Type Method Description Waiter<GetAlertPolicyRequest,GetAlertPolicyResponse>
DataSafeWaiters. forAlertPolicy(GetAlertPolicyRequest request, AlertPolicyLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetAlertPolicyRequest,GetAlertPolicyResponse>
DataSafeWaiters. forAlertPolicy(GetAlertPolicyRequest request, AlertPolicyLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetAlertPolicyRequest,GetAlertPolicyResponse>
DataSafeWaiters. forAlertPolicy(GetAlertPolicyRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, AlertPolicyLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.datasafe with type arguments of type GetAlertPolicyRequest Modifier and Type Method Description Future<GetAlertPolicyResponse>
DataSafeAsync. getAlertPolicy(GetAlertPolicyRequest request, AsyncHandler<GetAlertPolicyRequest,GetAlertPolicyResponse> handler)
Gets the details of alert policy by its ID.Future<GetAlertPolicyResponse>
DataSafeAsyncClient. getAlertPolicy(GetAlertPolicyRequest request, AsyncHandler<GetAlertPolicyRequest,GetAlertPolicyResponse> handler)
-
Uses of GetAlertPolicyRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return GetAlertPolicyRequest Modifier and Type Method Description GetAlertPolicyRequest
GetAlertPolicyRequest.Builder. build()
Build the instance of GetAlertPolicyRequest as configured by this builderGetAlertPolicyRequest
GetAlertPolicyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetAlertPolicyRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type GetAlertPolicyRequest Modifier and Type Method Description GetAlertPolicyRequest.Builder
GetAlertPolicyRequest.Builder. copy(GetAlertPolicyRequest o)
Copy method to populate the builder with values from the given instance.
-