| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListInstanceProfilesResult> |
AWSDeviceFarmAsync.listInstanceProfilesAsync(ListInstanceProfilesRequest listInstanceProfilesRequest,
AsyncHandler<ListInstanceProfilesRequest,ListInstanceProfilesResult> asyncHandler)
Returns information about all the instance profiles in an AWS account.
|
Future<ListInstanceProfilesResult> |
AWSDeviceFarmAsyncClient.listInstanceProfilesAsync(ListInstanceProfilesRequest request,
AsyncHandler<ListInstanceProfilesRequest,ListInstanceProfilesResult> asyncHandler) |
Future<ListInstanceProfilesResult> |
AbstractAWSDeviceFarmAsync.listInstanceProfilesAsync(ListInstanceProfilesRequest request,
AsyncHandler<ListInstanceProfilesRequest,ListInstanceProfilesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListInstanceProfilesRequest |
ListInstanceProfilesRequest.clone() |
ListInstanceProfilesRequest |
ListInstanceProfilesRequest.withMaxResults(Integer maxResults)
An integer specifying the maximum number of items you want to return in the API response.
|
ListInstanceProfilesRequest |
ListInstanceProfilesRequest.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 © 2018. All rights reserved.