Uses of Class
com.oracle.bmc.securityattribute.requests.ListSecurityAttributeWorkRequestLogsRequest
-
Packages that use ListSecurityAttributeWorkRequestLogsRequest Package Description com.oracle.bmc.securityattribute com.oracle.bmc.securityattribute.requests -
-
Uses of ListSecurityAttributeWorkRequestLogsRequest in com.oracle.bmc.securityattribute
Method parameters in com.oracle.bmc.securityattribute with type arguments of type ListSecurityAttributeWorkRequestLogsRequest Modifier and Type Method Description Future<ListSecurityAttributeWorkRequestLogsResponse>
SecurityAttributeAsync. listSecurityAttributeWorkRequestLogs(ListSecurityAttributeWorkRequestLogsRequest request, AsyncHandler<ListSecurityAttributeWorkRequestLogsRequest,ListSecurityAttributeWorkRequestLogsResponse> handler)
Gets the logs for a work request.Future<ListSecurityAttributeWorkRequestLogsResponse>
SecurityAttributeAsyncClient. listSecurityAttributeWorkRequestLogs(ListSecurityAttributeWorkRequestLogsRequest request, AsyncHandler<ListSecurityAttributeWorkRequestLogsRequest,ListSecurityAttributeWorkRequestLogsResponse> handler)
-
Uses of ListSecurityAttributeWorkRequestLogsRequest in com.oracle.bmc.securityattribute.requests
Methods in com.oracle.bmc.securityattribute.requests that return ListSecurityAttributeWorkRequestLogsRequest Modifier and Type Method Description ListSecurityAttributeWorkRequestLogsRequest
ListSecurityAttributeWorkRequestLogsRequest.Builder. build()
Build the instance of ListSecurityAttributeWorkRequestLogsRequest as configured by this builderListSecurityAttributeWorkRequestLogsRequest
ListSecurityAttributeWorkRequestLogsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListSecurityAttributeWorkRequestLogsRequest as configured by this builderMethods in com.oracle.bmc.securityattribute.requests with parameters of type ListSecurityAttributeWorkRequestLogsRequest Modifier and Type Method Description ListSecurityAttributeWorkRequestLogsRequest.Builder
ListSecurityAttributeWorkRequestLogsRequest.Builder. copy(ListSecurityAttributeWorkRequestLogsRequest o)
Copy method to populate the builder with values from the given instance.
-