Uses of Class
com.oracle.bmc.operatoraccesscontrol.requests.GetAuditLogReportRequest
-
Packages that use GetAuditLogReportRequest Package Description com.oracle.bmc.operatoraccesscontrol com.oracle.bmc.operatoraccesscontrol.requests -
-
Uses of GetAuditLogReportRequest in com.oracle.bmc.operatoraccesscontrol
Methods in com.oracle.bmc.operatoraccesscontrol with parameters of type GetAuditLogReportRequest Modifier and Type Method Description GetAuditLogReportResponse
AccessRequests. getAuditLogReport(GetAuditLogReportRequest request)
Gets the Audit Log Report for the given access requestId.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)
GetAuditLogReportResponse
AccessRequestsClient. getAuditLogReport(GetAuditLogReportRequest request)
Method parameters in com.oracle.bmc.operatoraccesscontrol with type arguments of type GetAuditLogReportRequest 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 GetAuditLogReportRequest in com.oracle.bmc.operatoraccesscontrol.requests
Methods in com.oracle.bmc.operatoraccesscontrol.requests that return GetAuditLogReportRequest Modifier and Type Method Description GetAuditLogReportRequest
GetAuditLogReportRequest.Builder. build()
Build the instance of GetAuditLogReportRequest as configured by this builderGetAuditLogReportRequest
GetAuditLogReportRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetAuditLogReportRequest as configured by this builderMethods in com.oracle.bmc.operatoraccesscontrol.requests with parameters of type GetAuditLogReportRequest Modifier and Type Method Description GetAuditLogReportRequest.Builder
GetAuditLogReportRequest.Builder. copy(GetAuditLogReportRequest o)
Copy method to populate the builder with values from the given instance.
-