Uses of Class
software.amazon.awssdk.services.migrationhubrefactorspaces.model.NetworkFabricType
-
Packages that use NetworkFabricType Package Description software.amazon.awssdk.services.migrationhubrefactorspaces.model -
-
Uses of NetworkFabricType in software.amazon.awssdk.services.migrationhubrefactorspaces.model
Methods in software.amazon.awssdk.services.migrationhubrefactorspaces.model that return NetworkFabricType Modifier and Type Method Description static NetworkFabricTypeNetworkFabricType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.NetworkFabricTypeCreateEnvironmentRequest. networkFabricType()The network fabric type of the environment.NetworkFabricTypeCreateEnvironmentResponse. networkFabricType()The network fabric type of the environment.NetworkFabricTypeEnvironmentSummary. networkFabricType()The network fabric type of the environment.NetworkFabricTypeGetEnvironmentResponse. networkFabricType()The network fabric type of the environment.static NetworkFabricTypeNetworkFabricType. valueOf(String name)Returns the enum constant of this type with the specified name.static NetworkFabricType[]NetworkFabricType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.migrationhubrefactorspaces.model that return types with arguments of type NetworkFabricType Modifier and Type Method Description static Set<NetworkFabricType>NetworkFabricType. knownValues()Methods in software.amazon.awssdk.services.migrationhubrefactorspaces.model with parameters of type NetworkFabricType Modifier and Type Method Description CreateEnvironmentRequest.BuilderCreateEnvironmentRequest.Builder. networkFabricType(NetworkFabricType networkFabricType)The network fabric type of the environment.CreateEnvironmentResponse.BuilderCreateEnvironmentResponse.Builder. networkFabricType(NetworkFabricType networkFabricType)The network fabric type of the environment.EnvironmentSummary.BuilderEnvironmentSummary.Builder. networkFabricType(NetworkFabricType networkFabricType)The network fabric type of the environment.GetEnvironmentResponse.BuilderGetEnvironmentResponse.Builder. networkFabricType(NetworkFabricType networkFabricType)The network fabric type of the environment.
-