Uses of Class
com.oracle.bmc.jms.requests.ListJmsPluginsRequest
-
Packages that use ListJmsPluginsRequest Package Description com.oracle.bmc.jms com.oracle.bmc.jms.requests -
-
Uses of ListJmsPluginsRequest in com.oracle.bmc.jms
Methods in com.oracle.bmc.jms with parameters of type ListJmsPluginsRequest Modifier and Type Method Description ListJmsPluginsResponseJavaManagementService. listJmsPlugins(ListJmsPluginsRequest request)Lists the JmsPlugins.Future<ListJmsPluginsResponse>JavaManagementServiceAsync. listJmsPlugins(ListJmsPluginsRequest request, AsyncHandler<ListJmsPluginsRequest,ListJmsPluginsResponse> handler)Lists the JmsPlugins.Future<ListJmsPluginsResponse>JavaManagementServiceAsyncClient. listJmsPlugins(ListJmsPluginsRequest request, AsyncHandler<ListJmsPluginsRequest,ListJmsPluginsResponse> handler)ListJmsPluginsResponseJavaManagementServiceClient. listJmsPlugins(ListJmsPluginsRequest request)Iterable<JmsPluginSummary>JavaManagementServicePaginators. listJmsPluginsRecordIterator(ListJmsPluginsRequest request)Creates a new iterable which will iterate over theJmsPluginSummaryobjects contained in responses from the listJmsPlugins operation.Iterable<ListJmsPluginsResponse>JavaManagementServicePaginators. listJmsPluginsResponseIterator(ListJmsPluginsRequest request)Creates a new iterable which will iterate over the responses received from the listJmsPlugins operation.Method parameters in com.oracle.bmc.jms with type arguments of type ListJmsPluginsRequest Modifier and Type Method Description Future<ListJmsPluginsResponse>JavaManagementServiceAsync. listJmsPlugins(ListJmsPluginsRequest request, AsyncHandler<ListJmsPluginsRequest,ListJmsPluginsResponse> handler)Lists the JmsPlugins.Future<ListJmsPluginsResponse>JavaManagementServiceAsyncClient. listJmsPlugins(ListJmsPluginsRequest request, AsyncHandler<ListJmsPluginsRequest,ListJmsPluginsResponse> handler) -
Uses of ListJmsPluginsRequest in com.oracle.bmc.jms.requests
Methods in com.oracle.bmc.jms.requests that return ListJmsPluginsRequest Modifier and Type Method Description ListJmsPluginsRequestListJmsPluginsRequest.Builder. build()Build the instance of ListJmsPluginsRequest as configured by this builderListJmsPluginsRequestListJmsPluginsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListJmsPluginsRequest as configured by this builderMethods in com.oracle.bmc.jms.requests with parameters of type ListJmsPluginsRequest Modifier and Type Method Description ListJmsPluginsRequest.BuilderListJmsPluginsRequest.Builder. copy(ListJmsPluginsRequest o)Copy method to populate the builder with values from the given instance.
-