| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
static NetworkProfileType |
NetworkProfileType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
NetworkProfileType |
CreateNetworkProfileRequest.type()
The type of network profile to create.
|
NetworkProfileType |
NetworkProfile.type()
The type of network profile.
|
NetworkProfileType |
ListNetworkProfilesRequest.type()
The type of network profile to return information about.
|
NetworkProfileType |
UpdateNetworkProfileRequest.type()
The type of network profile to return information about.
|
static NetworkProfileType |
NetworkProfileType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetworkProfileType[] |
NetworkProfileType.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<NetworkProfileType> |
NetworkProfileType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateNetworkProfileRequest.Builder |
CreateNetworkProfileRequest.Builder.type(NetworkProfileType type)
The type of network profile to create.
|
NetworkProfile.Builder |
NetworkProfile.Builder.type(NetworkProfileType type)
The type of network profile.
|
ListNetworkProfilesRequest.Builder |
ListNetworkProfilesRequest.Builder.type(NetworkProfileType type)
The type of network profile to return information about.
|
UpdateNetworkProfileRequest.Builder |
UpdateNetworkProfileRequest.Builder.type(NetworkProfileType type)
The type of network profile to return information about.
|
Copyright © 2022. All rights reserved.