Uses of Class
com.oracle.bmc.jms.requests.ListPluginErrorsRequest
-
Packages that use ListPluginErrorsRequest Package Description com.oracle.bmc.jms com.oracle.bmc.jms.requests -
-
Uses of ListPluginErrorsRequest in com.oracle.bmc.jms
Methods in com.oracle.bmc.jms with parameters of type ListPluginErrorsRequest Modifier and Type Method Description ListPluginErrorsResponse
JavaManagementService. listPluginErrors(ListPluginErrorsRequest request)
Returns a list of plugin errors that describe all detected errors.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)
ListPluginErrorsResponse
JavaManagementServiceClient. listPluginErrors(ListPluginErrorsRequest request)
Iterable<PluginErrorSummary>
JavaManagementServicePaginators. listPluginErrorsRecordIterator(ListPluginErrorsRequest request)
Creates a new iterable which will iterate over thePluginErrorSummary
objects contained in responses from the listPluginErrors operation.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 ListPluginErrorsRequest 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 ListPluginErrorsRequest in com.oracle.bmc.jms.requests
Methods in com.oracle.bmc.jms.requests that return ListPluginErrorsRequest Modifier and Type Method Description ListPluginErrorsRequest
ListPluginErrorsRequest.Builder. build()
Build the instance of ListPluginErrorsRequest as configured by this builderListPluginErrorsRequest
ListPluginErrorsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListPluginErrorsRequest as configured by this builderMethods in com.oracle.bmc.jms.requests with parameters of type ListPluginErrorsRequest Modifier and Type Method Description ListPluginErrorsRequest.Builder
ListPluginErrorsRequest.Builder. copy(ListPluginErrorsRequest o)
Copy method to populate the builder with values from the given instance.
-