Uses of Class
com.oracle.bmc.datasafe.responses.ChangeAlertCompartmentResponse
-
Packages that use ChangeAlertCompartmentResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of ChangeAlertCompartmentResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return ChangeAlertCompartmentResponse Modifier and Type Method Description ChangeAlertCompartmentResponse
DataSafe. changeAlertCompartment(ChangeAlertCompartmentRequest request)
Moves the specified alert into a different compartment.ChangeAlertCompartmentResponse
DataSafeClient. changeAlertCompartment(ChangeAlertCompartmentRequest request)
Methods in com.oracle.bmc.datasafe that return types with arguments of type ChangeAlertCompartmentResponse 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)
Method parameters in com.oracle.bmc.datasafe with type arguments of type ChangeAlertCompartmentResponse 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 ChangeAlertCompartmentResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return ChangeAlertCompartmentResponse Modifier and Type Method Description ChangeAlertCompartmentResponse
ChangeAlertCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type ChangeAlertCompartmentResponse Modifier and Type Method Description ChangeAlertCompartmentResponse.Builder
ChangeAlertCompartmentResponse.Builder. copy(ChangeAlertCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-