Uses of Enum
software.amazon.awssdk.services.rds.model.TargetRole
Packages that use TargetRole
-
Uses of TargetRole in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return TargetRoleModifier and TypeMethodDescriptionstatic TargetRoleUse this in place of valueOf to convert the raw string returned by the service into the enum value.final TargetRoleDBProxyTarget.role()A value that indicates whether the target of the proxy can be used for read/write or read-only operations.static TargetRoleReturns the enum constant of this type with the specified name.static TargetRole[]TargetRole.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 TargetRoleMethods in software.amazon.awssdk.services.rds.model with parameters of type TargetRoleModifier and TypeMethodDescriptionDBProxyTarget.Builder.role(TargetRole role) A value that indicates whether the target of the proxy can be used for read/write or read-only operations.