Uses of Class
com.oracle.bmc.jms.responses.ListPluginErrorsResponse
-
Packages that use ListPluginErrorsResponse Package Description com.oracle.bmc.jms com.oracle.bmc.jms.responses -
-
Uses of ListPluginErrorsResponse in com.oracle.bmc.jms
Methods in com.oracle.bmc.jms that return ListPluginErrorsResponse Modifier and Type Method Description ListPluginErrorsResponse
JavaManagementService. listPluginErrors(ListPluginErrorsRequest request)
Returns a list of plugin errors that describe all detected errors.ListPluginErrorsResponse
JavaManagementServiceClient. listPluginErrors(ListPluginErrorsRequest request)
Methods in com.oracle.bmc.jms that return types with arguments of type ListPluginErrorsResponse Modifier and Type Method Description Future<ListPluginErrorsResponse>
JavaManagementServiceAsync. listPluginErrors(ListPluginErrorsRequest request, AsyncHandler<ListPluginErrorsRequest,ListPluginErrorsResponse> handler)
Returns a list of plugin errors that describe all detected errors.Future<ListPluginErrorsResponse>
JavaManagementServiceAsyncClient. listPluginErrors(ListPluginErrorsRequest request, AsyncHandler<ListPluginErrorsRequest,ListPluginErrorsResponse> handler)
Iterable<ListPluginErrorsResponse>
JavaManagementServicePaginators. listPluginErrorsResponseIterator(ListPluginErrorsRequest request)
Creates a new iterable which will iterate over the responses received from the listPluginErrors operation.Method parameters in com.oracle.bmc.jms with type arguments of type ListPluginErrorsResponse Modifier and Type Method Description Future<ListPluginErrorsResponse>
JavaManagementServiceAsync. listPluginErrors(ListPluginErrorsRequest request, AsyncHandler<ListPluginErrorsRequest,ListPluginErrorsResponse> handler)
Returns a list of plugin errors that describe all detected errors.Future<ListPluginErrorsResponse>
JavaManagementServiceAsyncClient. listPluginErrors(ListPluginErrorsRequest request, AsyncHandler<ListPluginErrorsRequest,ListPluginErrorsResponse> handler)
-
Uses of ListPluginErrorsResponse in com.oracle.bmc.jms.responses
Methods in com.oracle.bmc.jms.responses that return ListPluginErrorsResponse Modifier and Type Method Description ListPluginErrorsResponse
ListPluginErrorsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.jms.responses with parameters of type ListPluginErrorsResponse Modifier and Type Method Description ListPluginErrorsResponse.Builder
ListPluginErrorsResponse.Builder. copy(ListPluginErrorsResponse o)
Copy method to populate the builder with values from the given instance.
-