Uses of Class
com.oracle.bmc.jms.responses.GetJmsPluginResponse
-
Packages that use GetJmsPluginResponse Package Description com.oracle.bmc.jms com.oracle.bmc.jms.responses -
-
Uses of GetJmsPluginResponse in com.oracle.bmc.jms
Methods in com.oracle.bmc.jms that return GetJmsPluginResponse Modifier and Type Method Description GetJmsPluginResponse
JavaManagementService. getJmsPlugin(GetJmsPluginRequest request)
Returns the JmsPlugin.GetJmsPluginResponse
JavaManagementServiceClient. getJmsPlugin(GetJmsPluginRequest request)
Methods in com.oracle.bmc.jms that return types with arguments of type GetJmsPluginResponse 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.Future<GetJmsPluginResponse>
JavaManagementServiceAsync. getJmsPlugin(GetJmsPluginRequest request, AsyncHandler<GetJmsPluginRequest,GetJmsPluginResponse> handler)
Returns the JmsPlugin.Future<GetJmsPluginResponse>
JavaManagementServiceAsyncClient. getJmsPlugin(GetJmsPluginRequest request, AsyncHandler<GetJmsPluginRequest,GetJmsPluginResponse> handler)
Method parameters in com.oracle.bmc.jms with type arguments of type GetJmsPluginResponse 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 GetJmsPluginResponse in com.oracle.bmc.jms.responses
Methods in com.oracle.bmc.jms.responses that return GetJmsPluginResponse Modifier and Type Method Description GetJmsPluginResponse
GetJmsPluginResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.jms.responses with parameters of type GetJmsPluginResponse Modifier and Type Method Description GetJmsPluginResponse.Builder
GetJmsPluginResponse.Builder. copy(GetJmsPluginResponse o)
Copy method to populate the builder with values from the given instance.
-