Uses of Class
com.oracle.bmc.mysql.model.Channel.LifecycleState
-
Packages that use Channel.LifecycleState Package Description com.oracle.bmc.mysql com.oracle.bmc.mysql.model com.oracle.bmc.mysql.requests -
-
Uses of Channel.LifecycleState in com.oracle.bmc.mysql
Methods in com.oracle.bmc.mysql with parameters of type Channel.LifecycleState Modifier and Type Method Description Waiter<GetChannelRequest,GetChannelResponse>
ChannelsWaiters. forChannel(GetChannelRequest request, Channel.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetChannelRequest,GetChannelResponse>
ChannelsWaiters. forChannel(GetChannelRequest request, Channel.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetChannelRequest,GetChannelResponse>
ChannelsWaiters. forChannel(GetChannelRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Channel.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Channel.LifecycleState in com.oracle.bmc.mysql.model
Methods in com.oracle.bmc.mysql.model that return Channel.LifecycleState Modifier and Type Method Description static Channel.LifecycleState
Channel.LifecycleState. create(String key)
Channel.LifecycleState
Channel. getLifecycleState()
The state of the Channel.Channel.LifecycleState
ChannelSummary. getLifecycleState()
The state of the Channel.static Channel.LifecycleState
Channel.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Channel.LifecycleState[]
Channel.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.mysql.model with parameters of type Channel.LifecycleState Modifier and Type Method Description Channel.Builder
Channel.Builder. lifecycleState(Channel.LifecycleState lifecycleState)
The state of the Channel.ChannelSummary.Builder
ChannelSummary.Builder. lifecycleState(Channel.LifecycleState lifecycleState)
The state of the Channel.Constructors in com.oracle.bmc.mysql.model with parameters of type Channel.LifecycleState Constructor Description Channel(String id, String compartmentId, String displayName, Boolean isEnabled, ChannelSource source, ChannelTarget target, String description, Channel.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.ChannelSummary(String id, String compartmentId, Boolean isEnabled, ChannelSource source, ChannelTarget target, Channel.LifecycleState lifecycleState, String lifecycleDetails, String displayName, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of Channel.LifecycleState in com.oracle.bmc.mysql.requests
Methods in com.oracle.bmc.mysql.requests that return Channel.LifecycleState Modifier and Type Method Description Channel.LifecycleState
ListChannelsRequest. getLifecycleState()
The LifecycleState of the Channel.Methods in com.oracle.bmc.mysql.requests with parameters of type Channel.LifecycleState Modifier and Type Method Description ListChannelsRequest.Builder
ListChannelsRequest.Builder. lifecycleState(Channel.LifecycleState lifecycleState)
The LifecycleState of the Channel.
-