Uses of Class
com.oracle.bmc.operatoraccesscontrol.responses.GetAuditLogReportResponse
-
Packages that use GetAuditLogReportResponse Package Description com.oracle.bmc.operatoraccesscontrol com.oracle.bmc.operatoraccesscontrol.responses -
-
Uses of GetAuditLogReportResponse in com.oracle.bmc.operatoraccesscontrol
Methods in com.oracle.bmc.operatoraccesscontrol that return GetAuditLogReportResponse Modifier and Type Method Description GetAuditLogReportResponse
AccessRequests. getAuditLogReport(GetAuditLogReportRequest request)
Gets the Audit Log Report for the given access requestId.GetAuditLogReportResponse
AccessRequestsClient. getAuditLogReport(GetAuditLogReportRequest request)
Methods in com.oracle.bmc.operatoraccesscontrol that return types with arguments of type GetAuditLogReportResponse Modifier and Type Method Description Future<GetAuditLogReportResponse>
AccessRequestsAsync. getAuditLogReport(GetAuditLogReportRequest request, AsyncHandler<GetAuditLogReportRequest,GetAuditLogReportResponse> handler)
Gets the Audit Log Report for the given access requestId.Future<GetAuditLogReportResponse>
AccessRequestsAsyncClient. getAuditLogReport(GetAuditLogReportRequest request, AsyncHandler<GetAuditLogReportRequest,GetAuditLogReportResponse> handler)
Method parameters in com.oracle.bmc.operatoraccesscontrol with type arguments of type GetAuditLogReportResponse Modifier and Type Method Description Future<GetAuditLogReportResponse>
AccessRequestsAsync. getAuditLogReport(GetAuditLogReportRequest request, AsyncHandler<GetAuditLogReportRequest,GetAuditLogReportResponse> handler)
Gets the Audit Log Report for the given access requestId.Future<GetAuditLogReportResponse>
AccessRequestsAsyncClient. getAuditLogReport(GetAuditLogReportRequest request, AsyncHandler<GetAuditLogReportRequest,GetAuditLogReportResponse> handler)
-
Uses of GetAuditLogReportResponse in com.oracle.bmc.operatoraccesscontrol.responses
Methods in com.oracle.bmc.operatoraccesscontrol.responses that return GetAuditLogReportResponse Modifier and Type Method Description GetAuditLogReportResponse
GetAuditLogReportResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.operatoraccesscontrol.responses with parameters of type GetAuditLogReportResponse Modifier and Type Method Description GetAuditLogReportResponse.Builder
GetAuditLogReportResponse.Builder. copy(GetAuditLogReportResponse o)
Copy method to populate the builder with values from the given instance.
-