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 |
---|---|
ListInstanceProfilesResult |
AWSDeviceFarmClient.listInstanceProfiles(ListInstanceProfilesRequest request)
Returns information about all the instance profiles in an AWS account.
|
ListInstanceProfilesResult |
AbstractAWSDeviceFarm.listInstanceProfiles(ListInstanceProfilesRequest request) |
ListInstanceProfilesResult |
AWSDeviceFarm.listInstanceProfiles(ListInstanceProfilesRequest listInstanceProfilesRequest)
Returns information about all the instance profiles in an AWS account.
|
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 |
---|---|
ListInstanceProfilesResult |
ListInstanceProfilesResult.clone() |
ListInstanceProfilesResult |
ListInstanceProfilesResult.withInstanceProfiles(Collection<InstanceProfile> instanceProfiles)
An object containing information about your instance profiles.
|
ListInstanceProfilesResult |
ListInstanceProfilesResult.withInstanceProfiles(InstanceProfile... instanceProfiles)
An object containing information about your instance profiles.
|
ListInstanceProfilesResult |
ListInstanceProfilesResult.withNextToken(String nextToken)
An identifier that can be used in the next call to this operation to return the next set of items in the list.
|
Copyright © 2019. All rights reserved.