Uses of Class
software.amazon.awssdk.services.rds.model.EndpointNetworkType
-
Packages that use EndpointNetworkType Package Description software.amazon.awssdk.services.rds.model -
-
Uses of EndpointNetworkType in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return EndpointNetworkType Modifier and Type Method Description EndpointNetworkTypeCreateDbProxyEndpointRequest. endpointNetworkType()The network type of the DB proxy endpoint.EndpointNetworkTypeCreateDbProxyRequest. endpointNetworkType()The network type of the DB proxy endpoint.EndpointNetworkTypeDBProxy. endpointNetworkType()The network type of the DB proxy endpoint.EndpointNetworkTypeDBProxyEndpoint. endpointNetworkType()The network type of the DB proxy endpoint.static EndpointNetworkTypeEndpointNetworkType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static EndpointNetworkTypeEndpointNetworkType. valueOf(String name)Returns the enum constant of this type with the specified name.static EndpointNetworkType[]EndpointNetworkType. 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 EndpointNetworkType Modifier and Type Method Description static Set<EndpointNetworkType>EndpointNetworkType. knownValues()Methods in software.amazon.awssdk.services.rds.model with parameters of type EndpointNetworkType Modifier and Type Method Description CreateDbProxyEndpointRequest.BuilderCreateDbProxyEndpointRequest.Builder. endpointNetworkType(EndpointNetworkType endpointNetworkType)The network type of the DB proxy endpoint.CreateDbProxyRequest.BuilderCreateDbProxyRequest.Builder. endpointNetworkType(EndpointNetworkType endpointNetworkType)The network type of the DB proxy endpoint.DBProxy.BuilderDBProxy.Builder. endpointNetworkType(EndpointNetworkType endpointNetworkType)The network type of the DB proxy endpoint.DBProxyEndpoint.BuilderDBProxyEndpoint.Builder. endpointNetworkType(EndpointNetworkType endpointNetworkType)The network type of the DB proxy endpoint.
-