Uses of Class
software.amazon.awssdk.services.rds.model.DBProxyEndpointTargetRole
-
Packages that use DBProxyEndpointTargetRole Package Description software.amazon.awssdk.services.rds.model -
-
Uses of DBProxyEndpointTargetRole in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DBProxyEndpointTargetRole Modifier and Type Method Description static DBProxyEndpointTargetRoleDBProxyEndpointTargetRole. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DBProxyEndpointTargetRoleCreateDbProxyEndpointRequest. targetRole()The role of the DB proxy endpoint.DBProxyEndpointTargetRoleDBProxyEndpoint. targetRole()A value that indicates whether the DB proxy endpoint can be used for read/write or read-only operations.static DBProxyEndpointTargetRoleDBProxyEndpointTargetRole. valueOf(String name)Returns 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 DBProxyEndpointTargetRole Modifier and Type Method Description static Set<DBProxyEndpointTargetRole>DBProxyEndpointTargetRole. knownValues()Methods in software.amazon.awssdk.services.rds.model with parameters of type DBProxyEndpointTargetRole Modifier and Type Method Description CreateDbProxyEndpointRequest.BuilderCreateDbProxyEndpointRequest.Builder. targetRole(DBProxyEndpointTargetRole targetRole)The role of the DB proxy endpoint.DBProxyEndpoint.BuilderDBProxyEndpoint.Builder. targetRole(DBProxyEndpointTargetRole targetRole)A value that indicates whether the DB proxy endpoint can be used for read/write or read-only operations.
-