Uses of Class
com.oracle.bmc.jms.requests.GetJmsPluginRequest
-
Packages that use GetJmsPluginRequest Package Description com.oracle.bmc.jms com.oracle.bmc.jms.requests -
-
Uses of GetJmsPluginRequest in com.oracle.bmc.jms
Methods in com.oracle.bmc.jms that return types with arguments of type GetJmsPluginRequest Modifier and Type Method Description Waiter<GetJmsPluginRequest,GetJmsPluginResponse>
JavaManagementServiceWaiters. forJmsPlugin(GetJmsPluginRequest request, JmsPluginLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetJmsPluginRequest,GetJmsPluginResponse>
JavaManagementServiceWaiters. forJmsPlugin(GetJmsPluginRequest request, JmsPluginLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetJmsPluginRequest,GetJmsPluginResponse>
JavaManagementServiceWaiters. forJmsPlugin(GetJmsPluginRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, JmsPluginLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.jms with type arguments of type GetJmsPluginRequest Modifier and Type Method Description Future<GetJmsPluginResponse>
JavaManagementServiceAsync. getJmsPlugin(GetJmsPluginRequest request, AsyncHandler<GetJmsPluginRequest,GetJmsPluginResponse> handler)
Returns the JmsPlugin.Future<GetJmsPluginResponse>
JavaManagementServiceAsyncClient. getJmsPlugin(GetJmsPluginRequest request, AsyncHandler<GetJmsPluginRequest,GetJmsPluginResponse> handler)
-
Uses of GetJmsPluginRequest in com.oracle.bmc.jms.requests
Methods in com.oracle.bmc.jms.requests that return GetJmsPluginRequest Modifier and Type Method Description GetJmsPluginRequest
GetJmsPluginRequest.Builder. build()
Build the instance of GetJmsPluginRequest as configured by this builderGetJmsPluginRequest
GetJmsPluginRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetJmsPluginRequest as configured by this builderMethods in com.oracle.bmc.jms.requests with parameters of type GetJmsPluginRequest Modifier and Type Method Description GetJmsPluginRequest.Builder
GetJmsPluginRequest.Builder. copy(GetJmsPluginRequest o)
Copy method to populate the builder with values from the given instance.
-