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 GetAuditLogReportResponseAccessRequests. 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)GetAuditLogReportResponseAccessRequestsClient. 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 GetAuditLogReportRequestGetAuditLogReportRequest.Builder. build()Build the instance of GetAuditLogReportRequest as configured by this builderGetAuditLogReportRequestGetAuditLogReportRequest.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.BuilderGetAuditLogReportRequest.Builder. copy(GetAuditLogReportRequest o)Copy method to populate the builder with values from the given instance.
-