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 ListPluginErrorsResponseJavaManagementService. 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)ListPluginErrorsResponseJavaManagementServiceClient. listPluginErrors(ListPluginErrorsRequest request)Iterable<PluginErrorSummary>JavaManagementServicePaginators. listPluginErrorsRecordIterator(ListPluginErrorsRequest request)Creates a new iterable which will iterate over thePluginErrorSummaryobjects 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 ListPluginErrorsRequestListPluginErrorsRequest.Builder. build()Build the instance of ListPluginErrorsRequest as configured by this builderListPluginErrorsRequestListPluginErrorsRequest.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.BuilderListPluginErrorsRequest.Builder. copy(ListPluginErrorsRequest o)Copy method to populate the builder with values from the given instance.
-