| Package | Description |
|---|---|
| com.amazonaws.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
static NetworkProfileType |
NetworkProfileType.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
void |
ListNetworkProfilesRequest.setType(NetworkProfileType type)
The type of network profile you wish to return information about.
|
void |
NetworkProfile.setType(NetworkProfileType type)
The type of network profile.
|
void |
UpdateNetworkProfileRequest.setType(NetworkProfileType type)
The type of network profile you wish to return information about.
|
void |
CreateNetworkProfileRequest.setType(NetworkProfileType type)
The type of network profile you wish to create.
|
ListNetworkProfilesRequest |
ListNetworkProfilesRequest.withType(NetworkProfileType type)
The type of network profile you wish to return information about.
|
NetworkProfile |
NetworkProfile.withType(NetworkProfileType type)
The type of network profile.
|
UpdateNetworkProfileRequest |
UpdateNetworkProfileRequest.withType(NetworkProfileType type)
The type of network profile you wish to return information about.
|
CreateNetworkProfileRequest |
CreateNetworkProfileRequest.withType(NetworkProfileType type)
The type of network profile you wish to create.
|
Copyright © 2019. All rights reserved.