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