Uses of Class
software.amazon.awssdk.services.ec2.model.IamInstanceProfileSpecification
Packages that use IamInstanceProfileSpecification
-
Uses of IamInstanceProfileSpecification in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return IamInstanceProfileSpecificationModifier and TypeMethodDescriptionAssociateIamInstanceProfileRequest.iamInstanceProfile()The IAM instance profile.LaunchSpecification.iamInstanceProfile()The IAM instance profile.ReplaceIamInstanceProfileAssociationRequest.iamInstanceProfile()The IAM instance profile.RequestSpotLaunchSpecification.iamInstanceProfile()The IAM instance profile.RunInstancesRequest.iamInstanceProfile()The name or Amazon Resource Name (ARN) of an IAM instance profile.SpotFleetLaunchSpecification.iamInstanceProfile()The IAM instance profile.Methods in software.amazon.awssdk.services.ec2.model with parameters of type IamInstanceProfileSpecificationModifier and TypeMethodDescriptionAssociateIamInstanceProfileRequest.Builder.iamInstanceProfile(IamInstanceProfileSpecification iamInstanceProfile) The IAM instance profile.LaunchSpecification.Builder.iamInstanceProfile(IamInstanceProfileSpecification iamInstanceProfile) The IAM instance profile.ReplaceIamInstanceProfileAssociationRequest.Builder.iamInstanceProfile(IamInstanceProfileSpecification iamInstanceProfile) The IAM instance profile.RequestSpotLaunchSpecification.Builder.iamInstanceProfile(IamInstanceProfileSpecification iamInstanceProfile) The IAM instance profile.RunInstancesRequest.Builder.iamInstanceProfile(IamInstanceProfileSpecification iamInstanceProfile) The name or Amazon Resource Name (ARN) of an IAM instance profile.SpotFleetLaunchSpecification.Builder.iamInstanceProfile(IamInstanceProfileSpecification iamInstanceProfile) The IAM instance profile.