Uses of Enum
software.amazon.awssdk.services.rds.model.TargetType
Packages that use TargetType
-
Uses of TargetType in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return TargetTypeModifier and TypeMethodDescriptionstatic TargetTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final TargetTypeDBProxyTarget.type()Specifies the kind of database, such as an RDS DB instance or an Aurora DB cluster, that the target represents.static TargetTypeReturns the enum constant of this type with the specified name.static TargetType[]TargetType.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 TargetTypeMethods in software.amazon.awssdk.services.rds.model with parameters of type TargetTypeModifier and TypeMethodDescriptionDBProxyTarget.Builder.type(TargetType type) Specifies the kind of database, such as an RDS DB instance or an Aurora DB cluster, that the target represents.