| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm |
Welcome to the AWS Device Farm API documentation, which contains APIs for:
|
| 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 for the new network profile.
|
CreateNetworkProfileRequest.Builder |
CreateNetworkProfileRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateNetworkProfileRequest.Builder |
CreateNetworkProfileRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.toBuilder() |
CreateNetworkProfileRequest.Builder |
CreateNetworkProfileRequest.Builder.type(NetworkProfileType type)
The type of network profile to create.
|
CreateNetworkProfileRequest.Builder |
CreateNetworkProfileRequest.Builder.type(String type)
The type of network profile 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 © 2020. All rights reserved.