| 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 CompletableFuture<GetNetworkProfileResponse> |
DeviceFarmAsyncClient.getNetworkProfile(Consumer<GetNetworkProfileRequest.Builder> getNetworkProfileRequest)
Returns information about a network profile.
|
default GetNetworkProfileResponse |
DeviceFarmClient.getNetworkProfile(Consumer<GetNetworkProfileRequest.Builder> getNetworkProfileRequest)
Returns information about a network profile.
|
| Modifier and Type | Method and Description |
|---|---|
GetNetworkProfileRequest.Builder |
GetNetworkProfileRequest.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the network profile you want to return information about.
|
static GetNetworkProfileRequest.Builder |
GetNetworkProfileRequest.builder() |
GetNetworkProfileRequest.Builder |
GetNetworkProfileRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetNetworkProfileRequest.Builder |
GetNetworkProfileRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetNetworkProfileRequest.Builder |
GetNetworkProfileRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetNetworkProfileRequest.Builder> |
GetNetworkProfileRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.