Package | Description |
---|---|
com.amazonaws.services.devicefarm.model |
Modifier and Type | Method and Description |
---|---|
InstanceProfile |
InstanceProfile.clone() |
InstanceProfile |
GetInstanceProfileResult.getInstanceProfile()
An object that contains information about an instance profile.
|
InstanceProfile |
UpdateInstanceProfileResult.getInstanceProfile()
An object that contains information about your instance profile.
|
InstanceProfile |
CreateInstanceProfileResult.getInstanceProfile()
An object that contains information about your instance profile.
|
InstanceProfile |
DeviceInstance.getInstanceProfile()
A object that contains information about the instance profile.
|
InstanceProfile |
InstanceProfile.withArn(String arn)
The Amazon Resource Name (ARN) of the instance profile.
|
InstanceProfile |
InstanceProfile.withDescription(String description)
The description of the instance profile.
|
InstanceProfile |
InstanceProfile.withExcludeAppPackagesFromCleanup(Collection<String> excludeAppPackagesFromCleanup)
An array of strings containing the list of app packages that should not be cleaned up from the device after a
test run completes.
|
InstanceProfile |
InstanceProfile.withExcludeAppPackagesFromCleanup(String... excludeAppPackagesFromCleanup)
An array of strings containing the list of app packages that should not be cleaned up from the device after a
test run completes.
|
InstanceProfile |
InstanceProfile.withName(String name)
The name of the instance profile.
|
InstanceProfile |
InstanceProfile.withPackageCleanup(Boolean packageCleanup)
When set to
true , Device Farm removes app packages after a test run. |
InstanceProfile |
InstanceProfile.withRebootAfterUse(Boolean rebootAfterUse)
When set to
true , Device Farm reboots the instance after a test run. |
Modifier and Type | Method and Description |
---|---|
List<InstanceProfile> |
ListInstanceProfilesResult.getInstanceProfiles()
An object that contains information about your instance profiles.
|
Modifier and Type | Method and Description |
---|---|
void |
GetInstanceProfileResult.setInstanceProfile(InstanceProfile instanceProfile)
An object that contains information about an instance profile.
|
void |
UpdateInstanceProfileResult.setInstanceProfile(InstanceProfile instanceProfile)
An object that contains information about your instance profile.
|
void |
CreateInstanceProfileResult.setInstanceProfile(InstanceProfile instanceProfile)
An object that contains information about your instance profile.
|
void |
DeviceInstance.setInstanceProfile(InstanceProfile instanceProfile)
A object that contains information about the instance profile.
|
GetInstanceProfileResult |
GetInstanceProfileResult.withInstanceProfile(InstanceProfile instanceProfile)
An object that contains information about an instance profile.
|
UpdateInstanceProfileResult |
UpdateInstanceProfileResult.withInstanceProfile(InstanceProfile instanceProfile)
An object that contains information about your instance profile.
|
CreateInstanceProfileResult |
CreateInstanceProfileResult.withInstanceProfile(InstanceProfile instanceProfile)
An object that contains information about your instance profile.
|
DeviceInstance |
DeviceInstance.withInstanceProfile(InstanceProfile instanceProfile)
A object that contains information about the instance profile.
|
ListInstanceProfilesResult |
ListInstanceProfilesResult.withInstanceProfiles(InstanceProfile... instanceProfiles)
An object that contains information about your instance profiles.
|
Modifier and Type | Method and Description |
---|---|
void |
ListInstanceProfilesResult.setInstanceProfiles(Collection<InstanceProfile> instanceProfiles)
An object that contains information about your instance profiles.
|
ListInstanceProfilesResult |
ListInstanceProfilesResult.withInstanceProfiles(Collection<InstanceProfile> instanceProfiles)
An object that contains information about your instance profiles.
|
Copyright © 2020. All rights reserved.