| 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<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 that specifies 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 © 2020. All rights reserved.