Uses of Enum
software.amazon.awssdk.services.rds.model.EndpointNetworkType
Packages that use EndpointNetworkType
-
Uses of EndpointNetworkType in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return EndpointNetworkTypeModifier and TypeMethodDescriptionfinal EndpointNetworkTypeCreateDbProxyEndpointRequest.endpointNetworkType()The network type of the DB proxy endpoint.final EndpointNetworkTypeCreateDbProxyRequest.endpointNetworkType()The network type of the DB proxy endpoint.final EndpointNetworkTypeDBProxy.endpointNetworkType()The network type of the DB proxy endpoint.final EndpointNetworkTypeDBProxyEndpoint.endpointNetworkType()The network type of the DB proxy endpoint.static EndpointNetworkTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static EndpointNetworkTypeReturns 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 EndpointNetworkTypeModifier and TypeMethodDescriptionstatic Set<EndpointNetworkType>EndpointNetworkType.knownValues()Methods in software.amazon.awssdk.services.rds.model with parameters of type EndpointNetworkTypeModifier and TypeMethodDescriptionCreateDbProxyEndpointRequest.Builder.endpointNetworkType(EndpointNetworkType endpointNetworkType) The network type of the DB proxy endpoint.CreateDbProxyRequest.Builder.endpointNetworkType(EndpointNetworkType endpointNetworkType) The network type of the DB proxy endpoint.DBProxy.Builder.endpointNetworkType(EndpointNetworkType endpointNetworkType) The network type of the DB proxy endpoint.DBProxyEndpoint.Builder.endpointNetworkType(EndpointNetworkType endpointNetworkType) The network type of the DB proxy endpoint.