| 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 CompletableFuture<UpdateNetworkProfileResponse> |
DeviceFarmAsyncClient.updateNetworkProfile(Consumer<UpdateNetworkProfileRequest.Builder> updateNetworkProfileRequest)
Updates the network profile.
|
default UpdateNetworkProfileResponse |
DeviceFarmClient.updateNetworkProfile(Consumer<UpdateNetworkProfileRequest.Builder> updateNetworkProfileRequest)
Updates the network profile.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateNetworkProfileRequest.Builder |
UpdateNetworkProfileRequest.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the project for which you want to update network profile settings.
|
static UpdateNetworkProfileRequest.Builder |
UpdateNetworkProfileRequest.builder() |
UpdateNetworkProfileRequest.Builder |
UpdateNetworkProfileRequest.Builder.description(String description)
The description of the network profile about which you are returning information.
|
UpdateNetworkProfileRequest.Builder |
UpdateNetworkProfileRequest.Builder.downlinkBandwidthBits(Long downlinkBandwidthBits)
The data throughput rate in bits per second, as an integer from 0 to 104857600.
|
UpdateNetworkProfileRequest.Builder |
UpdateNetworkProfileRequest.Builder.downlinkDelayMs(Long downlinkDelayMs)
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
|
UpdateNetworkProfileRequest.Builder |
UpdateNetworkProfileRequest.Builder.downlinkJitterMs(Long downlinkJitterMs)
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
|
UpdateNetworkProfileRequest.Builder |
UpdateNetworkProfileRequest.Builder.downlinkLossPercent(Integer downlinkLossPercent)
Proportion of received packets that fail to arrive from 0 to 100 percent.
|
UpdateNetworkProfileRequest.Builder |
UpdateNetworkProfileRequest.Builder.name(String name)
The name of the network profile about which you are returning information.
|
UpdateNetworkProfileRequest.Builder |
UpdateNetworkProfileRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateNetworkProfileRequest.Builder |
UpdateNetworkProfileRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateNetworkProfileRequest.Builder |
UpdateNetworkProfileRequest.toBuilder() |
UpdateNetworkProfileRequest.Builder |
UpdateNetworkProfileRequest.Builder.type(NetworkProfileType type)
The type of network profile to return information about.
|
UpdateNetworkProfileRequest.Builder |
UpdateNetworkProfileRequest.Builder.type(String type)
The type of network profile to return information about.
|
UpdateNetworkProfileRequest.Builder |
UpdateNetworkProfileRequest.Builder.uplinkBandwidthBits(Long uplinkBandwidthBits)
The data throughput rate in bits per second, as an integer from 0 to 104857600.
|
UpdateNetworkProfileRequest.Builder |
UpdateNetworkProfileRequest.Builder.uplinkDelayMs(Long uplinkDelayMs)
Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
|
UpdateNetworkProfileRequest.Builder |
UpdateNetworkProfileRequest.Builder.uplinkJitterMs(Long uplinkJitterMs)
Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
|
UpdateNetworkProfileRequest.Builder |
UpdateNetworkProfileRequest.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 UpdateNetworkProfileRequest.Builder> |
UpdateNetworkProfileRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.