| 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 |
|---|---|
Future<ListNetworkProfilesResult> |
AWSDeviceFarmAsyncClient.listNetworkProfilesAsync(ListNetworkProfilesRequest request,
AsyncHandler<ListNetworkProfilesRequest,ListNetworkProfilesResult> asyncHandler) |
Future<ListNetworkProfilesResult> |
AWSDeviceFarmAsync.listNetworkProfilesAsync(ListNetworkProfilesRequest listNetworkProfilesRequest,
AsyncHandler<ListNetworkProfilesRequest,ListNetworkProfilesResult> asyncHandler)
Returns the list of available network profiles.
|
Future<ListNetworkProfilesResult> |
AbstractAWSDeviceFarmAsync.listNetworkProfilesAsync(ListNetworkProfilesRequest request,
AsyncHandler<ListNetworkProfilesRequest,ListNetworkProfilesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListNetworkProfilesRequest |
ListNetworkProfilesRequest.clone() |
ListNetworkProfilesRequest |
ListNetworkProfilesRequest.withArn(String arn)
The Amazon Resource Name (ARN) of the project for which you want to list network profiles.
|
ListNetworkProfilesRequest |
ListNetworkProfilesRequest.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.
|
ListNetworkProfilesRequest |
ListNetworkProfilesRequest.withType(NetworkProfileType type)
The type of network profile to return information about.
|
ListNetworkProfilesRequest |
ListNetworkProfilesRequest.withType(String type)
The type of network profile to return information about.
|
Copyright © 2024. All rights reserved.