| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| software.amazon.awssdk.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateNetworkProfileResponse |
DeviceFarmClient.createNetworkProfile(Consumer<CreateNetworkProfileRequest.Builder> createNetworkProfileRequest)
Creates a network profile.
|
default CompletableFuture<CreateNetworkProfileResponse> |
DeviceFarmAsyncClient.createNetworkProfile(Consumer<CreateNetworkProfileRequest.Builder> createNetworkProfileRequest)
Creates a network profile.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateNetworkProfileRequest.Builder |
CreateNetworkProfileRequest.builder() |
CreateNetworkProfileRequest.Builder |
CreateNetworkProfileRequest.Builder.description(String description)
The description of the network profile.
|
CreateNetworkProfileRequest.Builder |
CreateNetworkProfileRequest.Builder.downlinkBandwidthBits(Long downlinkBandwidthBits)
The data throughput rate in bits per second, as an integer from 0 to 104857600.
|
CreateNetworkProfileRequest.Builder |
CreateNetworkProfileRequest.Builder.downlinkDelayMs(Long downlinkDelayMs)
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
|
CreateNetworkProfileRequest.Builder |
CreateNetworkProfileRequest.Builder.downlinkJitterMs(Long downlinkJitterMs)
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
|
CreateNetworkProfileRequest.Builder |
CreateNetworkProfileRequest.Builder.downlinkLossPercent(Integer downlinkLossPercent)
Proportion of received packets that fail to arrive from 0 to 100 percent.
|
CreateNetworkProfileRequest.Builder |
CreateNetworkProfileRequest.Builder.name(String name)
The name you wish to specify for the new network profile.
|
CreateNetworkProfileRequest.Builder |
CreateNetworkProfileRequest.Builder.projectArn(String projectArn)
The Amazon Resource Name (ARN) of the project for which you want to create a network profile.
|
CreateNetworkProfileRequest.Builder |
CreateNetworkProfileRequest.Builder.requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig) |
CreateNetworkProfileRequest.Builder |
CreateNetworkProfileRequest.Builder.requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer) |
CreateNetworkProfileRequest.Builder |
CreateNetworkProfileRequest.toBuilder() |
CreateNetworkProfileRequest.Builder |
CreateNetworkProfileRequest.Builder.type(NetworkProfileType type)
The type of network profile you wish to create.
|
CreateNetworkProfileRequest.Builder |
CreateNetworkProfileRequest.Builder.type(String type)
The type of network profile you wish to create.
|
CreateNetworkProfileRequest.Builder |
CreateNetworkProfileRequest.Builder.uplinkBandwidthBits(Long uplinkBandwidthBits)
The data throughput rate in bits per second, as an integer from 0 to 104857600.
|
CreateNetworkProfileRequest.Builder |
CreateNetworkProfileRequest.Builder.uplinkDelayMs(Long uplinkDelayMs)
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
|
CreateNetworkProfileRequest.Builder |
CreateNetworkProfileRequest.Builder.uplinkJitterMs(Long uplinkJitterMs)
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
|
CreateNetworkProfileRequest.Builder |
CreateNetworkProfileRequest.Builder.uplinkLossPercent(Integer uplinkLossPercent)
Proportion of transmitted packets that fail to arrive from 0 to 100 percent.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateNetworkProfileRequest.Builder> |
CreateNetworkProfileRequest.serializableBuilderClass() |
Copyright © 2018. All rights reserved.