Package | Description |
---|---|
com.amazonaws.services.devicefarm |
AWS Device Farm is a service that enables mobile app developers to test Android, iOS, and Fire OS apps on physical
phones, tablets, and other devices in the cloud.
|
com.amazonaws.services.devicefarm.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateNetworkProfileResult> |
AWSDeviceFarmAsync.createNetworkProfileAsync(CreateNetworkProfileRequest createNetworkProfileRequest,
AsyncHandler<CreateNetworkProfileRequest,CreateNetworkProfileResult> asyncHandler)
Creates a network profile.
|
Future<CreateNetworkProfileResult> |
AWSDeviceFarmAsyncClient.createNetworkProfileAsync(CreateNetworkProfileRequest request,
AsyncHandler<CreateNetworkProfileRequest,CreateNetworkProfileResult> asyncHandler) |
Future<CreateNetworkProfileResult> |
AbstractAWSDeviceFarmAsync.createNetworkProfileAsync(CreateNetworkProfileRequest request,
AsyncHandler<CreateNetworkProfileRequest,CreateNetworkProfileResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateNetworkProfileRequest |
CreateNetworkProfileRequest.clone() |
CreateNetworkProfileRequest |
CreateNetworkProfileRequest.withDescription(String description)
The description of the network profile.
|
CreateNetworkProfileRequest |
CreateNetworkProfileRequest.withDownlinkBandwidthBits(Long downlinkBandwidthBits)
The data throughput rate in bits per second, as an integer from 0 to 104857600.
|
CreateNetworkProfileRequest |
CreateNetworkProfileRequest.withDownlinkDelayMs(Long downlinkDelayMs)
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
|
CreateNetworkProfileRequest |
CreateNetworkProfileRequest.withDownlinkJitterMs(Long downlinkJitterMs)
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
|
CreateNetworkProfileRequest |
CreateNetworkProfileRequest.withDownlinkLossPercent(Integer downlinkLossPercent)
Proportion of received packets that fail to arrive from 0 to 100 percent.
|
CreateNetworkProfileRequest |
CreateNetworkProfileRequest.withName(String name)
The name you wish to specify for the new network profile.
|
CreateNetworkProfileRequest |
CreateNetworkProfileRequest.withProjectArn(String projectArn)
The Amazon Resource Name (ARN) of the project for which you want to create a network profile.
|
CreateNetworkProfileRequest |
CreateNetworkProfileRequest.withType(NetworkProfileType type)
The type of network profile you wish to create.
|
CreateNetworkProfileRequest |
CreateNetworkProfileRequest.withType(String type)
The type of network profile you wish to create.
|
CreateNetworkProfileRequest |
CreateNetworkProfileRequest.withUplinkBandwidthBits(Long uplinkBandwidthBits)
The data throughput rate in bits per second, as an integer from 0 to 104857600.
|
CreateNetworkProfileRequest |
CreateNetworkProfileRequest.withUplinkDelayMs(Long uplinkDelayMs)
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
|
CreateNetworkProfileRequest |
CreateNetworkProfileRequest.withUplinkJitterMs(Long uplinkJitterMs)
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
|
CreateNetworkProfileRequest |
CreateNetworkProfileRequest.withUplinkLossPercent(Integer uplinkLossPercent)
Proportion of transmitted packets that fail to arrive from 0 to 100 percent.
|
Copyright © 2019. All rights reserved.