| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
InstanceProfile |
DeviceInstance.instanceProfile()
A object containing information about the instance profile.
|
InstanceProfile |
CreateInstanceProfileResponse.instanceProfile()
An object containing information about your instance profile.
|
InstanceProfile |
UpdateInstanceProfileResponse.instanceProfile()
An object containing information about your instance profile.
|
InstanceProfile |
GetInstanceProfileResponse.instanceProfile()
An object containing information about your instance profile.
|
| Modifier and Type | Method and Description |
|---|---|
List<InstanceProfile> |
ListInstanceProfilesResponse.instanceProfiles()
An object containing information about your instance profiles.
|
| Modifier and Type | Method and Description |
|---|---|
DeviceInstance.Builder |
DeviceInstance.Builder.instanceProfile(InstanceProfile instanceProfile)
A object containing information about the instance profile.
|
CreateInstanceProfileResponse.Builder |
CreateInstanceProfileResponse.Builder.instanceProfile(InstanceProfile instanceProfile)
An object containing information about your instance profile.
|
UpdateInstanceProfileResponse.Builder |
UpdateInstanceProfileResponse.Builder.instanceProfile(InstanceProfile instanceProfile)
An object containing information about your instance profile.
|
GetInstanceProfileResponse.Builder |
GetInstanceProfileResponse.Builder.instanceProfile(InstanceProfile instanceProfile)
An object containing information about your instance profile.
|
ListInstanceProfilesResponse.Builder |
ListInstanceProfilesResponse.Builder.instanceProfiles(InstanceProfile... instanceProfiles)
An object containing information about your instance profiles.
|
| Modifier and Type | Method and Description |
|---|---|
ListInstanceProfilesResponse.Builder |
ListInstanceProfilesResponse.Builder.instanceProfiles(Collection<InstanceProfile> instanceProfiles)
An object containing information about your instance profiles.
|
Copyright © 2019. All rights reserved.