| Package | Description |
|---|---|
| com.amazonaws.services.devicefarm |
Welcome to the AWS Device Farm API documentation, which contains APIs for:
|
| com.amazonaws.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateNetworkProfileResult> |
AbstractAWSDeviceFarmAsync.updateNetworkProfileAsync(UpdateNetworkProfileRequest request,
AsyncHandler<UpdateNetworkProfileRequest,UpdateNetworkProfileResult> asyncHandler) |
Future<UpdateNetworkProfileResult> |
AWSDeviceFarmAsync.updateNetworkProfileAsync(UpdateNetworkProfileRequest updateNetworkProfileRequest,
AsyncHandler<UpdateNetworkProfileRequest,UpdateNetworkProfileResult> asyncHandler)
Updates the network profile.
|
Future<UpdateNetworkProfileResult> |
AWSDeviceFarmAsyncClient.updateNetworkProfileAsync(UpdateNetworkProfileRequest request,
AsyncHandler<UpdateNetworkProfileRequest,UpdateNetworkProfileResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateNetworkProfileRequest |
UpdateNetworkProfileRequest.clone() |
UpdateNetworkProfileRequest |
UpdateNetworkProfileRequest.withArn(String arn)
The Amazon Resource Name (ARN) of the project for which you want to update network profile settings.
|
UpdateNetworkProfileRequest |
UpdateNetworkProfileRequest.withDescription(String description)
The description of the network profile about which you are returning information.
|
UpdateNetworkProfileRequest |
UpdateNetworkProfileRequest.withDownlinkBandwidthBits(Long downlinkBandwidthBits)
The data throughput rate in bits per second, as an integer from 0 to 104857600.
|
UpdateNetworkProfileRequest |
UpdateNetworkProfileRequest.withDownlinkDelayMs(Long downlinkDelayMs)
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
|
UpdateNetworkProfileRequest |
UpdateNetworkProfileRequest.withDownlinkJitterMs(Long downlinkJitterMs)
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
|
UpdateNetworkProfileRequest |
UpdateNetworkProfileRequest.withDownlinkLossPercent(Integer downlinkLossPercent)
Proportion of received packets that fail to arrive from 0 to 100 percent.
|
UpdateNetworkProfileRequest |
UpdateNetworkProfileRequest.withName(String name)
The name of the network profile about which you are returning information.
|
UpdateNetworkProfileRequest |
UpdateNetworkProfileRequest.withType(NetworkProfileType type)
The type of network profile to return information about.
|
UpdateNetworkProfileRequest |
UpdateNetworkProfileRequest.withType(String type)
The type of network profile to return information about.
|
UpdateNetworkProfileRequest |
UpdateNetworkProfileRequest.withUplinkBandwidthBits(Long uplinkBandwidthBits)
The data throughput rate in bits per second, as an integer from 0 to 104857600.
|
UpdateNetworkProfileRequest |
UpdateNetworkProfileRequest.withUplinkDelayMs(Long uplinkDelayMs)
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
|
UpdateNetworkProfileRequest |
UpdateNetworkProfileRequest.withUplinkJitterMs(Long uplinkJitterMs)
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
|
UpdateNetworkProfileRequest |
UpdateNetworkProfileRequest.withUplinkLossPercent(Integer uplinkLossPercent)
Proportion of transmitted packets that fail to arrive from 0 to 100 percent.
|
Copyright © 2024. All rights reserved.