Uses of Class
com.oracle.bmc.datasafe.responses.UpdateAuditPolicyResponse
-
Packages that use UpdateAuditPolicyResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of UpdateAuditPolicyResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return UpdateAuditPolicyResponse Modifier and Type Method Description UpdateAuditPolicyResponse
DataSafe. updateAuditPolicy(UpdateAuditPolicyRequest request)
Updates the audit policy.UpdateAuditPolicyResponse
DataSafeClient. updateAuditPolicy(UpdateAuditPolicyRequest request)
Methods in com.oracle.bmc.datasafe that return types with arguments of type UpdateAuditPolicyResponse Modifier and Type Method Description Future<UpdateAuditPolicyResponse>
DataSafeAsync. updateAuditPolicy(UpdateAuditPolicyRequest request, AsyncHandler<UpdateAuditPolicyRequest,UpdateAuditPolicyResponse> handler)
Updates the audit policy.Future<UpdateAuditPolicyResponse>
DataSafeAsyncClient. updateAuditPolicy(UpdateAuditPolicyRequest request, AsyncHandler<UpdateAuditPolicyRequest,UpdateAuditPolicyResponse> handler)
Method parameters in com.oracle.bmc.datasafe with type arguments of type UpdateAuditPolicyResponse Modifier and Type Method Description Future<UpdateAuditPolicyResponse>
DataSafeAsync. updateAuditPolicy(UpdateAuditPolicyRequest request, AsyncHandler<UpdateAuditPolicyRequest,UpdateAuditPolicyResponse> handler)
Updates the audit policy.Future<UpdateAuditPolicyResponse>
DataSafeAsyncClient. updateAuditPolicy(UpdateAuditPolicyRequest request, AsyncHandler<UpdateAuditPolicyRequest,UpdateAuditPolicyResponse> handler)
-
Uses of UpdateAuditPolicyResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return UpdateAuditPolicyResponse Modifier and Type Method Description UpdateAuditPolicyResponse
UpdateAuditPolicyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type UpdateAuditPolicyResponse Modifier and Type Method Description UpdateAuditPolicyResponse.Builder
UpdateAuditPolicyResponse.Builder. copy(UpdateAuditPolicyResponse o)
Copy method to populate the builder with values from the given instance.
-