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 |
---|---|
CreateInstanceProfileResult |
AbstractAWSDeviceFarm.createInstanceProfile(CreateInstanceProfileRequest request) |
CreateInstanceProfileResult |
AWSDeviceFarmClient.createInstanceProfile(CreateInstanceProfileRequest request)
Creates a profile that can be applied to one or more private fleet device instances.
|
CreateInstanceProfileResult |
AWSDeviceFarm.createInstanceProfile(CreateInstanceProfileRequest createInstanceProfileRequest)
Creates a profile that can be applied to one or more private fleet device instances.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateInstanceProfileResult> |
AWSDeviceFarmAsyncClient.createInstanceProfileAsync(CreateInstanceProfileRequest request,
AsyncHandler<CreateInstanceProfileRequest,CreateInstanceProfileResult> asyncHandler) |
Future<CreateInstanceProfileResult> |
AbstractAWSDeviceFarmAsync.createInstanceProfileAsync(CreateInstanceProfileRequest request,
AsyncHandler<CreateInstanceProfileRequest,CreateInstanceProfileResult> asyncHandler) |
Future<CreateInstanceProfileResult> |
AWSDeviceFarmAsync.createInstanceProfileAsync(CreateInstanceProfileRequest createInstanceProfileRequest,
AsyncHandler<CreateInstanceProfileRequest,CreateInstanceProfileResult> asyncHandler)
Creates a profile that can be applied to one or more private fleet device instances.
|
Modifier and Type | Method and Description |
---|---|
CreateInstanceProfileResult |
CreateInstanceProfileResult.clone() |
CreateInstanceProfileResult |
CreateInstanceProfileResult.withInstanceProfile(InstanceProfile instanceProfile)
An object that contains information about your instance profile.
|
Copyright © 2023. All rights reserved.