Uses of Enum
software.amazon.awssdk.services.rds.model.DBProxyEndpointTargetRole
Packages that use DBProxyEndpointTargetRole
-
Uses of DBProxyEndpointTargetRole in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DBProxyEndpointTargetRoleModifier and TypeMethodDescriptionstatic DBProxyEndpointTargetRoleUse this in place of valueOf to convert the raw string returned by the service into the enum value.CreateDbProxyEndpointRequest.targetRole()The role of the DB proxy endpoint.DBProxyEndpoint.targetRole()A value that indicates whether the DB proxy endpoint can be used for read/write or read-only operations.static DBProxyEndpointTargetRoleReturns the enum constant of this type with the specified name.static DBProxyEndpointTargetRole[]DBProxyEndpointTargetRole.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 DBProxyEndpointTargetRoleModifier and TypeMethodDescriptionstatic Set<DBProxyEndpointTargetRole>DBProxyEndpointTargetRole.knownValues()Methods in software.amazon.awssdk.services.rds.model with parameters of type DBProxyEndpointTargetRoleModifier and TypeMethodDescriptionCreateDbProxyEndpointRequest.Builder.targetRole(DBProxyEndpointTargetRole targetRole) The role of the DB proxy endpoint.DBProxyEndpoint.Builder.targetRole(DBProxyEndpointTargetRole targetRole) A value that indicates whether the DB proxy endpoint can be used for read/write or read-only operations.