Uses of Class
software.amazon.awssdk.services.m2.model.NetworkType
-
Packages that use NetworkType Package Description software.amazon.awssdk.services.m2.model -
-
Uses of NetworkType in software.amazon.awssdk.services.m2.model
Methods in software.amazon.awssdk.services.m2.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.NetworkTypeCreateEnvironmentRequest. networkType()The network type required for the runtime environment.NetworkTypeEnvironmentSummary. networkType()The network type supported by the runtime environment.NetworkTypeGetEnvironmentResponse. networkType()The network type supported by the runtime environment.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.m2.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.m2.model with parameters of type NetworkType Modifier and Type Method Description CreateEnvironmentRequest.BuilderCreateEnvironmentRequest.Builder. networkType(NetworkType networkType)The network type required for the runtime environment.EnvironmentSummary.BuilderEnvironmentSummary.Builder. networkType(NetworkType networkType)The network type supported by the runtime environment.GetEnvironmentResponse.BuilderGetEnvironmentResponse.Builder. networkType(NetworkType networkType)The network type supported by the runtime environment.
-