Uses of Class
com.oracle.bmc.datasafe.responses.GetAuditProfileResponse
-
Packages that use GetAuditProfileResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of GetAuditProfileResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return GetAuditProfileResponse Modifier and Type Method Description GetAuditProfileResponse
DataSafe. getAuditProfile(GetAuditProfileRequest request)
Gets the details of audit profile resource and associated audit trails of the audit profile.GetAuditProfileResponse
DataSafeClient. getAuditProfile(GetAuditProfileRequest request)
Method parameters in com.oracle.bmc.datasafe with type arguments of type GetAuditProfileResponse Modifier and Type Method Description Future<GetAuditProfileResponse>
DataSafeAsync. getAuditProfile(GetAuditProfileRequest request, AsyncHandler<GetAuditProfileRequest,GetAuditProfileResponse> handler)
Gets the details of audit profile resource and associated audit trails of the audit profile.Future<GetAuditProfileResponse>
DataSafeAsyncClient. getAuditProfile(GetAuditProfileRequest request, AsyncHandler<GetAuditProfileRequest,GetAuditProfileResponse> handler)
-
Uses of GetAuditProfileResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return GetAuditProfileResponse Modifier and Type Method Description GetAuditProfileResponse
GetAuditProfileResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type GetAuditProfileResponse Modifier and Type Method Description GetAuditProfileResponse.Builder
GetAuditProfileResponse.Builder. copy(GetAuditProfileResponse o)
Copy method to populate the builder with values from the given instance.
-