Uses of Class
software.amazon.awssdk.services.timestreaminfluxdb.model.FailoverMode
-
Packages that use FailoverMode Package Description software.amazon.awssdk.services.timestreaminfluxdb.model -
-
Uses of FailoverMode in software.amazon.awssdk.services.timestreaminfluxdb.model
Methods in software.amazon.awssdk.services.timestreaminfluxdb.model that return FailoverMode Modifier and Type Method Description FailoverModeCreateDbClusterRequest. failoverMode()Specifies the behavior of failure recovery when the primary node of the cluster fails.FailoverModeGetDbClusterResponse. failoverMode()The configured failover mode for the DB cluster.FailoverModeUpdateDbClusterRequest. failoverMode()Update the DB cluster's failover behavior.static FailoverModeFailoverMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FailoverModeFailoverMode. valueOf(String name)Returns the enum constant of this type with the specified name.static FailoverMode[]FailoverMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.timestreaminfluxdb.model that return types with arguments of type FailoverMode Modifier and Type Method Description static Set<FailoverMode>FailoverMode. knownValues()Methods in software.amazon.awssdk.services.timestreaminfluxdb.model with parameters of type FailoverMode Modifier and Type Method Description CreateDbClusterRequest.BuilderCreateDbClusterRequest.Builder. failoverMode(FailoverMode failoverMode)Specifies the behavior of failure recovery when the primary node of the cluster fails.GetDbClusterResponse.BuilderGetDbClusterResponse.Builder. failoverMode(FailoverMode failoverMode)The configured failover mode for the DB cluster.UpdateDbClusterRequest.BuilderUpdateDbClusterRequest.Builder. failoverMode(FailoverMode failoverMode)Update the DB cluster's failover behavior.
-