Uses of Class
com.oracle.bmc.datasafe.responses.GetAlertResponse
-
Packages that use GetAlertResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of GetAlertResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return GetAlertResponse Modifier and Type Method Description GetAlertResponse
DataSafe. getAlert(GetAlertRequest request)
Gets the details of the specified alerts.GetAlertResponse
DataSafeClient. getAlert(GetAlertRequest request)
Methods in com.oracle.bmc.datasafe that return types with arguments of type GetAlertResponse 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.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)
Method parameters in com.oracle.bmc.datasafe with type arguments of type GetAlertResponse 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 GetAlertResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return GetAlertResponse Modifier and Type Method Description GetAlertResponse
GetAlertResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type GetAlertResponse Modifier and Type Method Description GetAlertResponse.Builder
GetAlertResponse.Builder. copy(GetAlertResponse o)
Copy method to populate the builder with values from the given instance.
-