Uses of Class
com.oracle.bmc.datasafe.responses.ChangeAuditPolicyCompartmentResponse
-
Packages that use ChangeAuditPolicyCompartmentResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of ChangeAuditPolicyCompartmentResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return ChangeAuditPolicyCompartmentResponse Modifier and Type Method Description ChangeAuditPolicyCompartmentResponse
DataSafe. changeAuditPolicyCompartment(ChangeAuditPolicyCompartmentRequest request)
Moves the specified audit policy and its dependent resources into a different compartment.ChangeAuditPolicyCompartmentResponse
DataSafeClient. changeAuditPolicyCompartment(ChangeAuditPolicyCompartmentRequest request)
Methods in com.oracle.bmc.datasafe that return types with arguments of type ChangeAuditPolicyCompartmentResponse Modifier and Type Method Description Future<ChangeAuditPolicyCompartmentResponse>
DataSafeAsync. changeAuditPolicyCompartment(ChangeAuditPolicyCompartmentRequest request, AsyncHandler<ChangeAuditPolicyCompartmentRequest,ChangeAuditPolicyCompartmentResponse> handler)
Moves the specified audit policy and its dependent resources into a different compartment.Future<ChangeAuditPolicyCompartmentResponse>
DataSafeAsyncClient. changeAuditPolicyCompartment(ChangeAuditPolicyCompartmentRequest request, AsyncHandler<ChangeAuditPolicyCompartmentRequest,ChangeAuditPolicyCompartmentResponse> handler)
Method parameters in com.oracle.bmc.datasafe with type arguments of type ChangeAuditPolicyCompartmentResponse Modifier and Type Method Description Future<ChangeAuditPolicyCompartmentResponse>
DataSafeAsync. changeAuditPolicyCompartment(ChangeAuditPolicyCompartmentRequest request, AsyncHandler<ChangeAuditPolicyCompartmentRequest,ChangeAuditPolicyCompartmentResponse> handler)
Moves the specified audit policy and its dependent resources into a different compartment.Future<ChangeAuditPolicyCompartmentResponse>
DataSafeAsyncClient. changeAuditPolicyCompartment(ChangeAuditPolicyCompartmentRequest request, AsyncHandler<ChangeAuditPolicyCompartmentRequest,ChangeAuditPolicyCompartmentResponse> handler)
-
Uses of ChangeAuditPolicyCompartmentResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return ChangeAuditPolicyCompartmentResponse Modifier and Type Method Description ChangeAuditPolicyCompartmentResponse
ChangeAuditPolicyCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type ChangeAuditPolicyCompartmentResponse Modifier and Type Method Description ChangeAuditPolicyCompartmentResponse.Builder
ChangeAuditPolicyCompartmentResponse.Builder. copy(ChangeAuditPolicyCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-