| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhubrefactorspaces.model |
| Modifier and Type | Method and Description |
|---|---|
static NetworkFabricType |
NetworkFabricType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
NetworkFabricType |
CreateEnvironmentRequest.networkFabricType()
The network fabric type of the environment.
|
NetworkFabricType |
CreateEnvironmentResponse.networkFabricType()
The network fabric type of the environment.
|
NetworkFabricType |
GetEnvironmentResponse.networkFabricType()
The network fabric type of the environment.
|
NetworkFabricType |
EnvironmentSummary.networkFabricType()
The network fabric type of the environment.
|
static NetworkFabricType |
NetworkFabricType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<NetworkFabricType> |
NetworkFabricType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateEnvironmentRequest.Builder |
CreateEnvironmentRequest.Builder.networkFabricType(NetworkFabricType networkFabricType)
The network fabric type of the environment.
|
CreateEnvironmentResponse.Builder |
CreateEnvironmentResponse.Builder.networkFabricType(NetworkFabricType networkFabricType)
The network fabric type of the environment.
|
GetEnvironmentResponse.Builder |
GetEnvironmentResponse.Builder.networkFabricType(NetworkFabricType networkFabricType)
The network fabric type of the environment.
|
EnvironmentSummary.Builder |
EnvironmentSummary.Builder.networkFabricType(NetworkFabricType networkFabricType)
The network fabric type of the environment.
|
Copyright © 2022. All rights reserved.