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