| Package | Description |
|---|---|
| com.amazonaws.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
NetworkProfile |
NetworkProfile.clone() |
NetworkProfile |
Run.getNetworkProfile()
The network profile being used for a test run.
|
NetworkProfile |
UpdateNetworkProfileResult.getNetworkProfile()
A list of the available network profiles.
|
NetworkProfile |
GetNetworkProfileResult.getNetworkProfile()
The network profile.
|
NetworkProfile |
CreateNetworkProfileResult.getNetworkProfile()
The network profile that is returned by the create network profile request.
|
NetworkProfile |
NetworkProfile.withArn(String arn)
The Amazon Resource Name (ARN) of the network profile.
|
NetworkProfile |
NetworkProfile.withDescription(String description)
The description of the network profile.
|
NetworkProfile |
NetworkProfile.withDownlinkBandwidthBits(Long downlinkBandwidthBits)
The data throughput rate in bits per second, as an integer from 0 to 104857600.
|
NetworkProfile |
NetworkProfile.withDownlinkDelayMs(Long downlinkDelayMs)
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
|
NetworkProfile |
NetworkProfile.withDownlinkJitterMs(Long downlinkJitterMs)
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
|
NetworkProfile |
NetworkProfile.withDownlinkLossPercent(Integer downlinkLossPercent)
Proportion of received packets that fail to arrive from 0 to 100 percent.
|
NetworkProfile |
NetworkProfile.withName(String name)
The name of the network profile.
|
NetworkProfile |
NetworkProfile.withType(NetworkProfileType type)
The type of network profile.
|
NetworkProfile |
NetworkProfile.withType(String type)
The type of network profile.
|
NetworkProfile |
NetworkProfile.withUplinkBandwidthBits(Long uplinkBandwidthBits)
The data throughput rate in bits per second, as an integer from 0 to 104857600.
|
NetworkProfile |
NetworkProfile.withUplinkDelayMs(Long uplinkDelayMs)
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
|
NetworkProfile |
NetworkProfile.withUplinkJitterMs(Long uplinkJitterMs)
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
|
NetworkProfile |
NetworkProfile.withUplinkLossPercent(Integer uplinkLossPercent)
Proportion of transmitted packets that fail to arrive from 0 to 100 percent.
|
| Modifier and Type | Method and Description |
|---|---|
List<NetworkProfile> |
ListNetworkProfilesResult.getNetworkProfiles()
A list of the available network profiles.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Run.setNetworkProfile(NetworkProfile networkProfile)
The network profile being used for a test run.
|
void |
UpdateNetworkProfileResult.setNetworkProfile(NetworkProfile networkProfile)
A list of the available network profiles.
|
void |
GetNetworkProfileResult.setNetworkProfile(NetworkProfile networkProfile)
The network profile.
|
void |
CreateNetworkProfileResult.setNetworkProfile(NetworkProfile networkProfile)
The network profile that is returned by the create network profile request.
|
Run |
Run.withNetworkProfile(NetworkProfile networkProfile)
The network profile being used for a test run.
|
UpdateNetworkProfileResult |
UpdateNetworkProfileResult.withNetworkProfile(NetworkProfile networkProfile)
A list of the available network profiles.
|
GetNetworkProfileResult |
GetNetworkProfileResult.withNetworkProfile(NetworkProfile networkProfile)
The network profile.
|
CreateNetworkProfileResult |
CreateNetworkProfileResult.withNetworkProfile(NetworkProfile networkProfile)
The network profile that is returned by the create network profile request.
|
ListNetworkProfilesResult |
ListNetworkProfilesResult.withNetworkProfiles(NetworkProfile... networkProfiles)
A list of the available network profiles.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListNetworkProfilesResult.setNetworkProfiles(Collection<NetworkProfile> networkProfiles)
A list of the available network profiles.
|
ListNetworkProfilesResult |
ListNetworkProfilesResult.withNetworkProfiles(Collection<NetworkProfile> networkProfiles)
A list of the available network profiles.
|
Copyright © 2023. All rights reserved.