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