Uses of Class
software.amazon.awssdk.services.rds.model.TargetState
-
Packages that use TargetState Package Description software.amazon.awssdk.services.rds.model -
-
Uses of TargetState in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return TargetState Modifier and Type Method Description static TargetStateTargetState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TargetStateTargetHealth. state()The current state of the connection health lifecycle for the RDS Proxy target.static TargetStateTargetState. valueOf(String name)Returns the enum constant of this type with the specified name.static TargetState[]TargetState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type TargetState Modifier and Type Method Description static Set<TargetState>TargetState. knownValues()Methods in software.amazon.awssdk.services.rds.model with parameters of type TargetState Modifier and Type Method Description TargetHealth.BuilderTargetHealth.Builder. state(TargetState state)The current state of the connection health lifecycle for the RDS Proxy target.
-