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