Uses of Class
com.oracle.bmc.jms.model.JmsPluginLifecycleState
-
Packages that use JmsPluginLifecycleState Package Description com.oracle.bmc.jms com.oracle.bmc.jms.model com.oracle.bmc.jms.requests -
-
Uses of JmsPluginLifecycleState in com.oracle.bmc.jms
Methods in com.oracle.bmc.jms with parameters of type JmsPluginLifecycleState 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. -
Uses of JmsPluginLifecycleState in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return JmsPluginLifecycleState Modifier and Type Method Description static JmsPluginLifecycleState
JmsPluginLifecycleState. create(String key)
JmsPluginLifecycleState
JmsPlugin. getLifecycleState()
The lifecycle state.JmsPluginLifecycleState
JmsPluginSummary. getLifecycleState()
The lifecycle state.static JmsPluginLifecycleState
JmsPluginLifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static JmsPluginLifecycleState[]
JmsPluginLifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.jms.model with parameters of type JmsPluginLifecycleState Modifier and Type Method Description JmsPlugin.Builder
JmsPlugin.Builder. lifecycleState(JmsPluginLifecycleState lifecycleState)
The lifecycle state.JmsPluginSummary.Builder
JmsPluginSummary.Builder. lifecycleState(JmsPluginLifecycleState lifecycleState)
The lifecycle state.Constructors in com.oracle.bmc.jms.model with parameters of type JmsPluginLifecycleState Constructor Description JmsPlugin(String id, String agentId, AgentType agentType, JmsPluginLifecycleState lifecycleState, JmsPluginAvailabilityStatus availabilityStatus, String fleetId, String compartmentId, String hostname, OsFamily osFamily, String osArchitecture, String osDistribution, String pluginVersion, Date timeRegistered, Date timeLastSeen, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, Map<String,Map<String,Object>> systemTags)
Deprecated.JmsPluginSummary(String id, String agentId, AgentType agentType, JmsPluginLifecycleState lifecycleState, JmsPluginAvailabilityStatus availabilityStatus, String fleetId, String compartmentId, String hostname, OsFamily osFamily, String osArchitecture, String osDistribution, String pluginVersion, Date timeRegistered, Date timeLastSeen, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of JmsPluginLifecycleState in com.oracle.bmc.jms.requests
Methods in com.oracle.bmc.jms.requests that return JmsPluginLifecycleState Modifier and Type Method Description JmsPluginLifecycleState
ListJmsPluginsRequest. getLifecycleState()
Filter JmsPlugin with its lifecycle state.Methods in com.oracle.bmc.jms.requests with parameters of type JmsPluginLifecycleState Modifier and Type Method Description ListJmsPluginsRequest.Builder
ListJmsPluginsRequest.Builder. lifecycleState(JmsPluginLifecycleState lifecycleState)
Filter JmsPlugin with its lifecycle state.
-