Uses of Class
com.oracle.bmc.mysql.model.Configuration.LifecycleState
-
Packages that use Configuration.LifecycleState Package Description com.oracle.bmc.mysql com.oracle.bmc.mysql.model com.oracle.bmc.mysql.requests -
-
Uses of Configuration.LifecycleState in com.oracle.bmc.mysql
Methods in com.oracle.bmc.mysql with parameters of type Configuration.LifecycleState Modifier and Type Method Description Waiter<GetConfigurationRequest,GetConfigurationResponse>
MysqlaasWaiters. forConfiguration(GetConfigurationRequest request, Configuration.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetConfigurationRequest,GetConfigurationResponse>
MysqlaasWaiters. forConfiguration(GetConfigurationRequest request, Configuration.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetConfigurationRequest,GetConfigurationResponse>
MysqlaasWaiters. forConfiguration(GetConfigurationRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Configuration.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Configuration.LifecycleState in com.oracle.bmc.mysql.model
Methods in com.oracle.bmc.mysql.model that return Configuration.LifecycleState Modifier and Type Method Description static Configuration.LifecycleState
Configuration.LifecycleState. create(String key)
Configuration.LifecycleState
Configuration. getLifecycleState()
The current state of the Configuration.Configuration.LifecycleState
ConfigurationSummary. getLifecycleState()
The current state of the Configuration.static Configuration.LifecycleState
Configuration.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Configuration.LifecycleState[]
Configuration.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 Configuration.LifecycleState Modifier and Type Method Description Configuration.Builder
Configuration.Builder. lifecycleState(Configuration.LifecycleState lifecycleState)
The current state of the Configuration.ConfigurationSummary.Builder
ConfigurationSummary.Builder. lifecycleState(Configuration.LifecycleState lifecycleState)
The current state of the Configuration.Constructors in com.oracle.bmc.mysql.model with parameters of type Configuration.LifecycleState Constructor Description Configuration(String id, String compartmentId, String description, String displayName, String shapeName, Configuration.Type type, Date timeCreated, Date timeUpdated, Configuration.LifecycleState lifecycleState, InitializationVariables initVariables, ConfigurationVariables variables, String parentConfigurationId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.ConfigurationSummary(String id, String compartmentId, String description, String displayName, String shapeName, Configuration.Type type, Configuration.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of Configuration.LifecycleState in com.oracle.bmc.mysql.requests
Methods in com.oracle.bmc.mysql.requests that return Configuration.LifecycleState Modifier and Type Method Description Configuration.LifecycleState
ListConfigurationsRequest. getLifecycleState()
Configuration Lifecycle StateMethods in com.oracle.bmc.mysql.requests with parameters of type Configuration.LifecycleState Modifier and Type Method Description ListConfigurationsRequest.Builder
ListConfigurationsRequest.Builder. lifecycleState(Configuration.LifecycleState lifecycleState)
Configuration Lifecycle State
-