Uses of Class
software.amazon.awssdk.services.timestreaminfluxdb.model.NetworkType
-
Packages that use NetworkType Package Description software.amazon.awssdk.services.timestreaminfluxdb.model -
-
Uses of NetworkType in software.amazon.awssdk.services.timestreaminfluxdb.model
Methods in software.amazon.awssdk.services.timestreaminfluxdb.model that return NetworkType Modifier and Type Method Description static NetworkTypeNetworkType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.NetworkTypeCreateDbClusterRequest. networkType()Specifies whether the network type of the Timestream for InfluxDB cluster is IPv4, which can communicate over IPv4 protocol only, or DUAL, which can communicate over both IPv4 and IPv6 protocols.NetworkTypeCreateDbInstanceRequest. networkType()Specifies whether the networkType of the Timestream for InfluxDB instance is IPV4, which can communicate over IPv4 protocol only, or DUAL, which can communicate over both IPv4 and IPv6 protocols.NetworkTypeCreateDbInstanceResponse. networkType()Specifies whether the networkType of the Timestream for InfluxDB instance is IPV4, which can communicate over IPv4 protocol only, or DUAL, which can communicate over both IPv4 and IPv6 protocols.NetworkTypeDbClusterSummary. networkType()Specifies whether the network type of the Timestream for InfluxDB Cluster is IPv4, which can communicate over IPv4 protocol only, or DUAL, which can communicate over both IPv4 and IPv6 protocols.NetworkTypeDbInstanceForClusterSummary. networkType()Specifies whether the network type of the Timestream for InfluxDB instance is IPv4, which can communicate over IPv4 protocol only, or DUAL, which can communicate over both IPv4 and IPv6 protocols.NetworkTypeDbInstanceSummary. networkType()Specifies whether the networkType of the Timestream for InfluxDB instance is IPV4, which can communicate over IPv4 protocol only, or DUAL, which can communicate over both IPv4 and IPv6 protocols.NetworkTypeDeleteDbInstanceResponse. networkType()Specifies whether the networkType of the Timestream for InfluxDB instance is IPV4, which can communicate over IPv4 protocol only, or DUAL, which can communicate over both IPv4 and IPv6 protocols.NetworkTypeGetDbClusterResponse. networkType()Specifies whether the network type of the Timestream for InfluxDB cluster is IPv4, which can communicate over IPv4 protocol only, or DUAL, which can communicate over both IPv4 and IPv6 protocols.NetworkTypeGetDbInstanceResponse. networkType()Specifies whether the networkType of the Timestream for InfluxDB instance is IPV4, which can communicate over IPv4 protocol only, or DUAL, which can communicate over both IPv4 and IPv6 protocols.NetworkTypeUpdateDbInstanceResponse. networkType()Specifies whether the networkType of the Timestream for InfluxDB instance is IPV4, which can communicate over IPv4 protocol only, or DUAL, which can communicate over both IPv4 and IPv6 protocols.static NetworkTypeNetworkType. valueOf(String name)Returns the enum constant of this type with the specified name.static NetworkType[]NetworkType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.timestreaminfluxdb.model that return types with arguments of type NetworkType Modifier and Type Method Description static Set<NetworkType>NetworkType. knownValues()Methods in software.amazon.awssdk.services.timestreaminfluxdb.model with parameters of type NetworkType Modifier and Type Method Description CreateDbClusterRequest.BuilderCreateDbClusterRequest.Builder. networkType(NetworkType networkType)Specifies whether the network type of the Timestream for InfluxDB cluster is IPv4, which can communicate over IPv4 protocol only, or DUAL, which can communicate over both IPv4 and IPv6 protocols.CreateDbInstanceRequest.BuilderCreateDbInstanceRequest.Builder. networkType(NetworkType networkType)Specifies whether the networkType of the Timestream for InfluxDB instance is IPV4, which can communicate over IPv4 protocol only, or DUAL, which can communicate over both IPv4 and IPv6 protocols.CreateDbInstanceResponse.BuilderCreateDbInstanceResponse.Builder. networkType(NetworkType networkType)Specifies whether the networkType of the Timestream for InfluxDB instance is IPV4, which can communicate over IPv4 protocol only, or DUAL, which can communicate over both IPv4 and IPv6 protocols.DbClusterSummary.BuilderDbClusterSummary.Builder. networkType(NetworkType networkType)Specifies whether the network type of the Timestream for InfluxDB Cluster is IPv4, which can communicate over IPv4 protocol only, or DUAL, which can communicate over both IPv4 and IPv6 protocols.DbInstanceForClusterSummary.BuilderDbInstanceForClusterSummary.Builder. networkType(NetworkType networkType)Specifies whether the network type of the Timestream for InfluxDB instance is IPv4, which can communicate over IPv4 protocol only, or DUAL, which can communicate over both IPv4 and IPv6 protocols.DbInstanceSummary.BuilderDbInstanceSummary.Builder. networkType(NetworkType networkType)Specifies whether the networkType of the Timestream for InfluxDB instance is IPV4, which can communicate over IPv4 protocol only, or DUAL, which can communicate over both IPv4 and IPv6 protocols.DeleteDbInstanceResponse.BuilderDeleteDbInstanceResponse.Builder. networkType(NetworkType networkType)Specifies whether the networkType of the Timestream for InfluxDB instance is IPV4, which can communicate over IPv4 protocol only, or DUAL, which can communicate over both IPv4 and IPv6 protocols.GetDbClusterResponse.BuilderGetDbClusterResponse.Builder. networkType(NetworkType networkType)Specifies whether the network type of the Timestream for InfluxDB cluster is IPv4, which can communicate over IPv4 protocol only, or DUAL, which can communicate over both IPv4 and IPv6 protocols.GetDbInstanceResponse.BuilderGetDbInstanceResponse.Builder. networkType(NetworkType networkType)Specifies whether the networkType of the Timestream for InfluxDB instance is IPV4, which can communicate over IPv4 protocol only, or DUAL, which can communicate over both IPv4 and IPv6 protocols.UpdateDbInstanceResponse.BuilderUpdateDbInstanceResponse.Builder. networkType(NetworkType networkType)Specifies whether the networkType of the Timestream for InfluxDB instance is IPV4, which can communicate over IPv4 protocol only, or DUAL, which can communicate over both IPv4 and IPv6 protocols.
-