Uses of Class
software.amazon.awssdk.services.devicefarm.model.InstanceProfile
-
Packages that use InstanceProfile Package Description software.amazon.awssdk.services.devicefarm.model -
-
Uses of InstanceProfile in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return InstanceProfile Modifier and Type Method Description InstanceProfileCreateInstanceProfileResponse. instanceProfile()An object that contains information about your instance profile.InstanceProfileDeviceInstance. instanceProfile()A object that contains information about the instance profile.InstanceProfileGetInstanceProfileResponse. instanceProfile()An object that contains information about an instance profile.InstanceProfileUpdateInstanceProfileResponse. instanceProfile()An object that contains information about your instance profile.Methods in software.amazon.awssdk.services.devicefarm.model that return types with arguments of type InstanceProfile Modifier and Type Method Description List<InstanceProfile>ListInstanceProfilesResponse. instanceProfiles()An object that contains information about your instance profiles.Methods in software.amazon.awssdk.services.devicefarm.model with parameters of type InstanceProfile Modifier and Type Method Description CreateInstanceProfileResponse.BuilderCreateInstanceProfileResponse.Builder. instanceProfile(InstanceProfile instanceProfile)An object that contains information about your instance profile.DeviceInstance.BuilderDeviceInstance.Builder. instanceProfile(InstanceProfile instanceProfile)A object that contains information about the instance profile.GetInstanceProfileResponse.BuilderGetInstanceProfileResponse.Builder. instanceProfile(InstanceProfile instanceProfile)An object that contains information about an instance profile.UpdateInstanceProfileResponse.BuilderUpdateInstanceProfileResponse.Builder. instanceProfile(InstanceProfile instanceProfile)An object that contains information about your instance profile.ListInstanceProfilesResponse.BuilderListInstanceProfilesResponse.Builder. instanceProfiles(InstanceProfile... instanceProfiles)An object that contains information about your instance profiles.Method parameters in software.amazon.awssdk.services.devicefarm.model with type arguments of type InstanceProfile Modifier and Type Method Description ListInstanceProfilesResponse.BuilderListInstanceProfilesResponse.Builder. instanceProfiles(Collection<InstanceProfile> instanceProfiles)An object that contains information about your instance profiles.
-