Uses of Enum
software.amazon.awssdk.services.rds.model.DBProxyStatus
Packages that use DBProxyStatus
-
Uses of DBProxyStatus in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DBProxyStatusModifier and TypeMethodDescriptionstatic DBProxyStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final DBProxyStatusDBProxy.status()The current status of this proxy.static DBProxyStatusReturns the enum constant of this type with the specified name.static DBProxyStatus[]DBProxyStatus.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 DBProxyStatusMethods in software.amazon.awssdk.services.rds.model with parameters of type DBProxyStatusModifier and TypeMethodDescriptionDBProxy.Builder.status(DBProxyStatus status) The current status of this proxy.