Uses of Class
com.oracle.bmc.securityattribute.responses.ListSecurityAttributeWorkRequestsResponse
-
Packages that use ListSecurityAttributeWorkRequestsResponse Package Description com.oracle.bmc.securityattribute com.oracle.bmc.securityattribute.responses -
-
Uses of ListSecurityAttributeWorkRequestsResponse in com.oracle.bmc.securityattribute
Methods in com.oracle.bmc.securityattribute that return ListSecurityAttributeWorkRequestsResponse Modifier and Type Method Description ListSecurityAttributeWorkRequestsResponse
SecurityAttribute. listSecurityAttributeWorkRequests(ListSecurityAttributeWorkRequestsRequest request)
Lists the security attribute work requests in compartment.ListSecurityAttributeWorkRequestsResponse
SecurityAttributeClient. listSecurityAttributeWorkRequests(ListSecurityAttributeWorkRequestsRequest request)
Method parameters in com.oracle.bmc.securityattribute with type arguments of type ListSecurityAttributeWorkRequestsResponse Modifier and Type Method Description Future<ListSecurityAttributeWorkRequestsResponse>
SecurityAttributeAsync. listSecurityAttributeWorkRequests(ListSecurityAttributeWorkRequestsRequest request, AsyncHandler<ListSecurityAttributeWorkRequestsRequest,ListSecurityAttributeWorkRequestsResponse> handler)
Lists the security attribute work requests in compartment.Future<ListSecurityAttributeWorkRequestsResponse>
SecurityAttributeAsyncClient. listSecurityAttributeWorkRequests(ListSecurityAttributeWorkRequestsRequest request, AsyncHandler<ListSecurityAttributeWorkRequestsRequest,ListSecurityAttributeWorkRequestsResponse> handler)
-
Uses of ListSecurityAttributeWorkRequestsResponse in com.oracle.bmc.securityattribute.responses
Methods in com.oracle.bmc.securityattribute.responses that return ListSecurityAttributeWorkRequestsResponse Modifier and Type Method Description ListSecurityAttributeWorkRequestsResponse
ListSecurityAttributeWorkRequestsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.securityattribute.responses with parameters of type ListSecurityAttributeWorkRequestsResponse Modifier and Type Method Description ListSecurityAttributeWorkRequestsResponse.Builder
ListSecurityAttributeWorkRequestsResponse.Builder. copy(ListSecurityAttributeWorkRequestsResponse o)
Copy method to populate the builder with values from the given instance.
-