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 |
---|---|
ListInstanceProfilesResult |
AbstractAWSDeviceFarm.listInstanceProfiles(ListInstanceProfilesRequest request) |
ListInstanceProfilesResult |
AWSDeviceFarmClient.listInstanceProfiles(ListInstanceProfilesRequest request)
Returns information about all the instance profiles in an AWS account.
|
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 that contains information about your instance profiles.
|
ListInstanceProfilesResult |
ListInstanceProfilesResult.withInstanceProfiles(InstanceProfile... instanceProfiles)
An object that contains 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 © 2020. All rights reserved.