Uses of Class
software.amazon.awssdk.services.cloudhsmv2.model.NetworkType
-
Packages that use NetworkType Package Description software.amazon.awssdk.services.cloudhsmv2.model -
-
Uses of NetworkType in software.amazon.awssdk.services.cloudhsmv2.model
Methods in software.amazon.awssdk.services.cloudhsmv2.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.NetworkTypeCluster. networkType()The cluster's NetworkType can be IPv4 (the default) or DUALSTACK.NetworkTypeCreateClusterRequest. networkType()The NetworkType to create a cluster with.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.cloudhsmv2.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.cloudhsmv2.model with parameters of type NetworkType Modifier and Type Method Description Cluster.BuilderCluster.Builder. networkType(NetworkType networkType)The cluster's NetworkType can be IPv4 (the default) or DUALSTACK.CreateClusterRequest.BuilderCreateClusterRequest.Builder. networkType(NetworkType networkType)The NetworkType to create a cluster with.
-