Uses of Class
com.oracle.bmc.datasafe.requests.GetAlertRequest
-
Packages that use GetAlertRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of GetAlertRequest in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return types with arguments of type GetAlertRequest Modifier and Type Method Description Waiter<GetAlertRequest,GetAlertResponse>
DataSafeWaiters. forAlert(GetAlertRequest request, AlertLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetAlertRequest,GetAlertResponse>
DataSafeWaiters. forAlert(GetAlertRequest request, AlertLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetAlertRequest,GetAlertResponse>
DataSafeWaiters. forAlert(GetAlertRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, AlertLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Methods in com.oracle.bmc.datasafe with parameters of type GetAlertRequest Modifier and Type Method Description Waiter<GetAlertRequest,GetAlertResponse>
DataSafeWaiters. forAlert(GetAlertRequest request, AlertLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetAlertRequest,GetAlertResponse>
DataSafeWaiters. forAlert(GetAlertRequest request, AlertLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetAlertRequest,GetAlertResponse>
DataSafeWaiters. forAlert(GetAlertRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, AlertLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.GetAlertResponse
DataSafe. getAlert(GetAlertRequest request)
Gets the details of the specified alerts.Future<GetAlertResponse>
DataSafeAsync. getAlert(GetAlertRequest request, AsyncHandler<GetAlertRequest,GetAlertResponse> handler)
Gets the details of the specified alerts.Future<GetAlertResponse>
DataSafeAsyncClient. getAlert(GetAlertRequest request, AsyncHandler<GetAlertRequest,GetAlertResponse> handler)
GetAlertResponse
DataSafeClient. getAlert(GetAlertRequest request)
Method parameters in com.oracle.bmc.datasafe with type arguments of type GetAlertRequest Modifier and Type Method Description Future<GetAlertResponse>
DataSafeAsync. getAlert(GetAlertRequest request, AsyncHandler<GetAlertRequest,GetAlertResponse> handler)
Gets the details of the specified alerts.Future<GetAlertResponse>
DataSafeAsyncClient. getAlert(GetAlertRequest request, AsyncHandler<GetAlertRequest,GetAlertResponse> handler)
-
Uses of GetAlertRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return GetAlertRequest Modifier and Type Method Description GetAlertRequest
GetAlertRequest.Builder. build()
Build the instance of GetAlertRequest as configured by this builderGetAlertRequest
GetAlertRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetAlertRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type GetAlertRequest Modifier and Type Method Description GetAlertRequest.Builder
GetAlertRequest.Builder. copy(GetAlertRequest o)
Copy method to populate the builder with values from the given instance.
-