Uses of Class
com.oracle.bmc.securityattribute.responses.ListSecurityAttributeWorkRequestLogsResponse
-
Packages that use ListSecurityAttributeWorkRequestLogsResponse Package Description com.oracle.bmc.securityattribute com.oracle.bmc.securityattribute.responses -
-
Uses of ListSecurityAttributeWorkRequestLogsResponse in com.oracle.bmc.securityattribute
Methods in com.oracle.bmc.securityattribute that return ListSecurityAttributeWorkRequestLogsResponse Modifier and Type Method Description ListSecurityAttributeWorkRequestLogsResponse
SecurityAttribute. listSecurityAttributeWorkRequestLogs(ListSecurityAttributeWorkRequestLogsRequest request)
Gets the logs for a work request.ListSecurityAttributeWorkRequestLogsResponse
SecurityAttributeClient. listSecurityAttributeWorkRequestLogs(ListSecurityAttributeWorkRequestLogsRequest request)
Method parameters in com.oracle.bmc.securityattribute with type arguments of type ListSecurityAttributeWorkRequestLogsResponse 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 ListSecurityAttributeWorkRequestLogsResponse in com.oracle.bmc.securityattribute.responses
Methods in com.oracle.bmc.securityattribute.responses that return ListSecurityAttributeWorkRequestLogsResponse Modifier and Type Method Description ListSecurityAttributeWorkRequestLogsResponse
ListSecurityAttributeWorkRequestLogsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.securityattribute.responses with parameters of type ListSecurityAttributeWorkRequestLogsResponse Modifier and Type Method Description ListSecurityAttributeWorkRequestLogsResponse.Builder
ListSecurityAttributeWorkRequestLogsResponse.Builder. copy(ListSecurityAttributeWorkRequestLogsResponse o)
Copy method to populate the builder with values from the given instance.
-