Uses of Class
com.oracle.bmc.datasafe.requests.ChangeAuditProfileCompartmentRequest
-
Packages that use ChangeAuditProfileCompartmentRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of ChangeAuditProfileCompartmentRequest in com.oracle.bmc.datasafe
Method parameters in com.oracle.bmc.datasafe with type arguments of type ChangeAuditProfileCompartmentRequest 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 ChangeAuditProfileCompartmentRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return ChangeAuditProfileCompartmentRequest Modifier and Type Method Description ChangeAuditProfileCompartmentRequest
ChangeAuditProfileCompartmentRequest.Builder. build()
Build the instance of ChangeAuditProfileCompartmentRequest as configured by this builderChangeAuditProfileCompartmentRequest
ChangeAuditProfileCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeAuditProfileCompartmentRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type ChangeAuditProfileCompartmentRequest Modifier and Type Method Description ChangeAuditProfileCompartmentRequest.Builder
ChangeAuditProfileCompartmentRequest.Builder. copy(ChangeAuditProfileCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-