Uses of Class
com.oracle.bmc.datasafe.requests.ChangeAlertCompartmentRequest
-
Packages that use ChangeAlertCompartmentRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of ChangeAlertCompartmentRequest in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe with parameters of type ChangeAlertCompartmentRequest Modifier and Type Method Description ChangeAlertCompartmentResponse
DataSafe. changeAlertCompartment(ChangeAlertCompartmentRequest request)
Moves the specified alert into a different compartment.Future<ChangeAlertCompartmentResponse>
DataSafeAsync. changeAlertCompartment(ChangeAlertCompartmentRequest request, AsyncHandler<ChangeAlertCompartmentRequest,ChangeAlertCompartmentResponse> handler)
Moves the specified alert into a different compartment.Future<ChangeAlertCompartmentResponse>
DataSafeAsyncClient. changeAlertCompartment(ChangeAlertCompartmentRequest request, AsyncHandler<ChangeAlertCompartmentRequest,ChangeAlertCompartmentResponse> handler)
ChangeAlertCompartmentResponse
DataSafeClient. changeAlertCompartment(ChangeAlertCompartmentRequest request)
Method parameters in com.oracle.bmc.datasafe with type arguments of type ChangeAlertCompartmentRequest Modifier and Type Method Description Future<ChangeAlertCompartmentResponse>
DataSafeAsync. changeAlertCompartment(ChangeAlertCompartmentRequest request, AsyncHandler<ChangeAlertCompartmentRequest,ChangeAlertCompartmentResponse> handler)
Moves the specified alert into a different compartment.Future<ChangeAlertCompartmentResponse>
DataSafeAsyncClient. changeAlertCompartment(ChangeAlertCompartmentRequest request, AsyncHandler<ChangeAlertCompartmentRequest,ChangeAlertCompartmentResponse> handler)
-
Uses of ChangeAlertCompartmentRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return ChangeAlertCompartmentRequest Modifier and Type Method Description ChangeAlertCompartmentRequest
ChangeAlertCompartmentRequest.Builder. build()
Build the instance of ChangeAlertCompartmentRequest as configured by this builderChangeAlertCompartmentRequest
ChangeAlertCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeAlertCompartmentRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type ChangeAlertCompartmentRequest Modifier and Type Method Description ChangeAlertCompartmentRequest.Builder
ChangeAlertCompartmentRequest.Builder. copy(ChangeAlertCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-