| Package | Description |
|---|---|
| com.amazonaws.services.devicefarm |
Welcome to the AWS Device Farm API documentation, which contains APIs for:
|
| com.amazonaws.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
ListNetworkProfilesResult |
AWSDeviceFarmClient.listNetworkProfiles(ListNetworkProfilesRequest request)
Returns the list of available network profiles.
|
ListNetworkProfilesResult |
AbstractAWSDeviceFarm.listNetworkProfiles(ListNetworkProfilesRequest request) |
ListNetworkProfilesResult |
AWSDeviceFarm.listNetworkProfiles(ListNetworkProfilesRequest listNetworkProfilesRequest)
Returns the list of available network profiles.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListNetworkProfilesResult> |
AWSDeviceFarmAsync.listNetworkProfilesAsync(ListNetworkProfilesRequest listNetworkProfilesRequest,
AsyncHandler<ListNetworkProfilesRequest,ListNetworkProfilesResult> asyncHandler)
Returns the list of available network profiles.
|
Future<ListNetworkProfilesResult> |
AWSDeviceFarmAsyncClient.listNetworkProfilesAsync(ListNetworkProfilesRequest request,
AsyncHandler<ListNetworkProfilesRequest,ListNetworkProfilesResult> asyncHandler) |
Future<ListNetworkProfilesResult> |
AbstractAWSDeviceFarmAsync.listNetworkProfilesAsync(ListNetworkProfilesRequest request,
AsyncHandler<ListNetworkProfilesRequest,ListNetworkProfilesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListNetworkProfilesResult |
ListNetworkProfilesResult.clone() |
ListNetworkProfilesResult |
ListNetworkProfilesResult.withNetworkProfiles(Collection<NetworkProfile> networkProfiles)
A list of the available network profiles.
|
ListNetworkProfilesResult |
ListNetworkProfilesResult.withNetworkProfiles(NetworkProfile... networkProfiles)
A list of the available network profiles.
|
ListNetworkProfilesResult |
ListNetworkProfilesResult.withNextToken(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.
|
Copyright © 2020. All rights reserved.