Uses of Class
com.oracle.bmc.managedkafka.model.KafkaCluster.LifecycleState
-
Packages that use KafkaCluster.LifecycleState Package Description com.oracle.bmc.managedkafka com.oracle.bmc.managedkafka.model com.oracle.bmc.managedkafka.requests -
-
Uses of KafkaCluster.LifecycleState in com.oracle.bmc.managedkafka
Methods in com.oracle.bmc.managedkafka with parameters of type KafkaCluster.LifecycleState Modifier and Type Method Description Waiter<GetKafkaClusterRequest,GetKafkaClusterResponse>
KafkaClusterWaiters. forKafkaCluster(GetKafkaClusterRequest request, KafkaCluster.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetKafkaClusterRequest,GetKafkaClusterResponse>
KafkaClusterWaiters. forKafkaCluster(GetKafkaClusterRequest request, KafkaCluster.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetKafkaClusterRequest,GetKafkaClusterResponse>
KafkaClusterWaiters. forKafkaCluster(GetKafkaClusterRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, KafkaCluster.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of KafkaCluster.LifecycleState in com.oracle.bmc.managedkafka.model
Methods in com.oracle.bmc.managedkafka.model that return KafkaCluster.LifecycleState Modifier and Type Method Description static KafkaCluster.LifecycleState
KafkaCluster.LifecycleState. create(String key)
KafkaCluster.LifecycleState
KafkaCluster. getLifecycleState()
The current state of the KafkaCluster.KafkaCluster.LifecycleState
KafkaClusterSummary. getLifecycleState()
The current state of the KafkaCluster.static KafkaCluster.LifecycleState
KafkaCluster.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static KafkaCluster.LifecycleState[]
KafkaCluster.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.managedkafka.model with parameters of type KafkaCluster.LifecycleState Modifier and Type Method Description KafkaCluster.Builder
KafkaCluster.Builder. lifecycleState(KafkaCluster.LifecycleState lifecycleState)
The current state of the KafkaCluster.KafkaClusterSummary.Builder
KafkaClusterSummary.Builder. lifecycleState(KafkaCluster.LifecycleState lifecycleState)
The current state of the KafkaCluster.Constructors in com.oracle.bmc.managedkafka.model with parameters of type KafkaCluster.LifecycleState Constructor Description KafkaCluster(String id, String displayName, String compartmentId, Date timeCreated, Date timeUpdated, KafkaCluster.LifecycleState lifecycleState, String lifecycleDetails, List<SubnetSet> accessSubnets, String clientCertificateBundle, String kafkaVersion, KafkaCluster.ClusterType clusterType, BrokerShape brokerShape, String clusterConfigId, Integer clusterConfigVersion, List<BootstrapUrl> kafkaBootstrapUrls, KafkaCluster.CoordinationType coordinationType, String secretId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.KafkaClusterSummary(String id, String displayName, String compartmentId, Date timeCreated, Date timeUpdated, KafkaCluster.LifecycleState lifecycleState, String lifecycleDetails, List<SubnetSet> accessSubnets, String kafkaVersion, KafkaCluster.ClusterType clusterType, BrokerShape brokerShape, String clusterConfigId, Integer clusterConfigVersion, KafkaCluster.CoordinationType coordinationType, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of KafkaCluster.LifecycleState in com.oracle.bmc.managedkafka.requests
Methods in com.oracle.bmc.managedkafka.requests that return KafkaCluster.LifecycleState Modifier and Type Method Description KafkaCluster.LifecycleState
ListKafkaClustersRequest. getLifecycleState()
A filter to return only resources that match the given lifecycle state.Methods in com.oracle.bmc.managedkafka.requests with parameters of type KafkaCluster.LifecycleState Modifier and Type Method Description ListKafkaClustersRequest.Builder
ListKafkaClustersRequest.Builder. lifecycleState(KafkaCluster.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state.
-