| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm.model | |
| software.amazon.awssdk.services.devicefarm.transform |
| Modifier and Type | Method and Description |
|---|---|
NetworkProfile |
Run.networkProfile()
The network profile being used for a test run.
|
NetworkProfile |
GetNetworkProfileResponse.networkProfile()
The network profile.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
List<NetworkProfile> |
ListNetworkProfilesResponse.networkProfiles()
A list of the available network profiles.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkProfile |
NetworkProfileUnmarshaller.unmarshall(software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
NetworkProfileMarshaller.marshall(NetworkProfile networkProfile,
software.amazon.awssdk.core.protocol.ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object
|
Copyright © 2018. All rights reserved.