Uses of Enum
software.amazon.awssdk.services.rds.model.TargetState
Packages that use TargetState
-
Uses of TargetState in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return TargetStateModifier and TypeMethodDescriptionstatic TargetStateUse this in place of valueOf to convert the raw string returned by the service into the enum value.final TargetStateTargetHealth.state()The current state of the connection health lifecycle for the RDS Proxy target.static TargetStateReturns 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 TargetStateMethods in software.amazon.awssdk.services.rds.model with parameters of type TargetStateModifier and TypeMethodDescriptionTargetHealth.Builder.state(TargetState state) The current state of the connection health lifecycle for the RDS Proxy target.