Uses of Class
com.oracle.bmc.securityattribute.responses.ListSecurityAttributeWorkRequestErrorsResponse
-
Packages that use ListSecurityAttributeWorkRequestErrorsResponse Package Description com.oracle.bmc.securityattribute com.oracle.bmc.securityattribute.responses -
-
Uses of ListSecurityAttributeWorkRequestErrorsResponse in com.oracle.bmc.securityattribute
Methods in com.oracle.bmc.securityattribute that return ListSecurityAttributeWorkRequestErrorsResponse Modifier and Type Method Description ListSecurityAttributeWorkRequestErrorsResponse
SecurityAttribute. listSecurityAttributeWorkRequestErrors(ListSecurityAttributeWorkRequestErrorsRequest request)
Gets the errors for a work request.ListSecurityAttributeWorkRequestErrorsResponse
SecurityAttributeClient. listSecurityAttributeWorkRequestErrors(ListSecurityAttributeWorkRequestErrorsRequest request)
Method parameters in com.oracle.bmc.securityattribute with type arguments of type ListSecurityAttributeWorkRequestErrorsResponse Modifier and Type Method Description Future<ListSecurityAttributeWorkRequestErrorsResponse>
SecurityAttributeAsync. listSecurityAttributeWorkRequestErrors(ListSecurityAttributeWorkRequestErrorsRequest request, AsyncHandler<ListSecurityAttributeWorkRequestErrorsRequest,ListSecurityAttributeWorkRequestErrorsResponse> handler)
Gets the errors for a work request.Future<ListSecurityAttributeWorkRequestErrorsResponse>
SecurityAttributeAsyncClient. listSecurityAttributeWorkRequestErrors(ListSecurityAttributeWorkRequestErrorsRequest request, AsyncHandler<ListSecurityAttributeWorkRequestErrorsRequest,ListSecurityAttributeWorkRequestErrorsResponse> handler)
-
Uses of ListSecurityAttributeWorkRequestErrorsResponse in com.oracle.bmc.securityattribute.responses
Methods in com.oracle.bmc.securityattribute.responses that return ListSecurityAttributeWorkRequestErrorsResponse Modifier and Type Method Description ListSecurityAttributeWorkRequestErrorsResponse
ListSecurityAttributeWorkRequestErrorsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.securityattribute.responses with parameters of type ListSecurityAttributeWorkRequestErrorsResponse Modifier and Type Method Description ListSecurityAttributeWorkRequestErrorsResponse.Builder
ListSecurityAttributeWorkRequestErrorsResponse.Builder. copy(ListSecurityAttributeWorkRequestErrorsResponse o)
Copy method to populate the builder with values from the given instance.
-