| 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<ListNetworkProfilesResponse> |
DeviceFarmAsyncClient.listNetworkProfiles(Consumer<ListNetworkProfilesRequest.Builder> listNetworkProfilesRequest)
Returns the list of available network profiles.
|
default ListNetworkProfilesResponse |
DeviceFarmClient.listNetworkProfiles(Consumer<ListNetworkProfilesRequest.Builder> listNetworkProfilesRequest)
Returns the list of available network profiles.
|
| Modifier and Type | Method and Description |
|---|---|
ListNetworkProfilesRequest.Builder |
ListNetworkProfilesRequest.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the project for which you want to list network profiles.
|
static ListNetworkProfilesRequest.Builder |
ListNetworkProfilesRequest.builder() |
ListNetworkProfilesRequest.Builder |
ListNetworkProfilesRequest.Builder.nextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the
next set of items in the list.
|
ListNetworkProfilesRequest.Builder |
ListNetworkProfilesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListNetworkProfilesRequest.Builder |
ListNetworkProfilesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListNetworkProfilesRequest.Builder |
ListNetworkProfilesRequest.toBuilder() |
ListNetworkProfilesRequest.Builder |
ListNetworkProfilesRequest.Builder.type(NetworkProfileType type)
The type of network profile you wish to return information about.
|
ListNetworkProfilesRequest.Builder |
ListNetworkProfilesRequest.Builder.type(String type)
The type of network profile you wish to return information about.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListNetworkProfilesRequest.Builder> |
ListNetworkProfilesRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.