Package | Description |
---|---|
com.oracle.bmc.mysql | |
com.oracle.bmc.mysql.model | |
com.oracle.bmc.mysql.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetChannelRequest,GetChannelResponse> |
ChannelsWaiters.forChannel(GetChannelRequest request,
Channel.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetChannelRequest,GetChannelResponse> |
ChannelsWaiters.forChannel(GetChannelRequest request,
Channel.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetChannelRequest,GetChannelResponse> |
ChannelsWaiters.forChannel(GetChannelRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Channel.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static Channel.LifecycleState |
Channel.LifecycleState.create(String key) |
Channel.LifecycleState |
ChannelSummary.getLifecycleState()
The state of the Channel.
|
Channel.LifecycleState |
Channel.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.
|
Modifier and Type | Method and Description |
---|---|
ChannelSummary.Builder |
ChannelSummary.Builder.lifecycleState(Channel.LifecycleState lifecycleState)
The state of the Channel.
|
Channel.Builder |
Channel.Builder.lifecycleState(Channel.LifecycleState lifecycleState)
The state of the Channel.
|
Constructor and 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)
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)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Channel.LifecycleState |
ListChannelsRequest.getLifecycleState()
The LifecycleState of the Channel.
|
Modifier and Type | Method and Description |
---|---|
ListChannelsRequest.Builder |
ListChannelsRequest.Builder.lifecycleState(Channel.LifecycleState lifecycleState)
The LifecycleState of the Channel.
|
Copyright © 2016–2024. All rights reserved.