Uses of Class
com.amazonaws.services.ec2.model.ScheduledInstancesIamInstanceProfile
-
Packages that use ScheduledInstancesIamInstanceProfile Package Description com.amazonaws.services.ec2.model -
-
Uses of ScheduledInstancesIamInstanceProfile in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return ScheduledInstancesIamInstanceProfile Modifier and Type Method Description ScheduledInstancesIamInstanceProfile
ScheduledInstancesIamInstanceProfile. clone()
ScheduledInstancesIamInstanceProfile
ScheduledInstancesLaunchSpecification. getIamInstanceProfile()
The IAM instance profile.ScheduledInstancesIamInstanceProfile
ScheduledInstancesIamInstanceProfile. withArn(String arn)
The Amazon Resource Name (ARN).ScheduledInstancesIamInstanceProfile
ScheduledInstancesIamInstanceProfile. withName(String name)
The name.Methods in com.amazonaws.services.ec2.model with parameters of type ScheduledInstancesIamInstanceProfile Modifier and Type Method Description void
ScheduledInstancesLaunchSpecification. setIamInstanceProfile(ScheduledInstancesIamInstanceProfile iamInstanceProfile)
The IAM instance profile.ScheduledInstancesLaunchSpecification
ScheduledInstancesLaunchSpecification. withIamInstanceProfile(ScheduledInstancesIamInstanceProfile iamInstanceProfile)
The IAM instance profile.
-