| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
NetworkProfile |
UpdateNetworkProfileResponse.networkProfile()
A list of the available network profiles.
|
NetworkProfile |
CreateNetworkProfileResponse.networkProfile()
The network profile that is returned by the create network profile request.
|
NetworkProfile |
Run.networkProfile()
The network profile being used for a test run.
|
NetworkProfile |
GetNetworkProfileResponse.networkProfile()
The network profile.
|
| Modifier and Type | Method and Description |
|---|---|
List<NetworkProfile> |
ListNetworkProfilesResponse.networkProfiles()
A list of the available network profiles.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateNetworkProfileResponse.Builder |
UpdateNetworkProfileResponse.Builder.networkProfile(NetworkProfile networkProfile)
A list of the available network profiles.
|
CreateNetworkProfileResponse.Builder |
CreateNetworkProfileResponse.Builder.networkProfile(NetworkProfile networkProfile)
The network profile that is returned by the create network profile request.
|
Run.Builder |
Run.Builder.networkProfile(NetworkProfile networkProfile)
The network profile being used for a test run.
|
GetNetworkProfileResponse.Builder |
GetNetworkProfileResponse.Builder.networkProfile(NetworkProfile networkProfile)
The network profile.
|
ListNetworkProfilesResponse.Builder |
ListNetworkProfilesResponse.Builder.networkProfiles(NetworkProfile... networkProfiles)
A list of the available network profiles.
|
| Modifier and Type | Method and Description |
|---|---|
ListNetworkProfilesResponse.Builder |
ListNetworkProfilesResponse.Builder.networkProfiles(Collection<NetworkProfile> networkProfiles)
A list of the available network profiles.
|
Copyright © 2019. All rights reserved.