Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
LaunchTemplateIamInstanceProfileSpecification |
LaunchTemplateIamInstanceProfileSpecification.clone() |
LaunchTemplateIamInstanceProfileSpecification |
ResponseLaunchTemplateData.getIamInstanceProfile()
The IAM instance profile.
|
LaunchTemplateIamInstanceProfileSpecification |
LaunchTemplateIamInstanceProfileSpecification.withArn(String arn)
The Amazon Resource Name (ARN) of the instance profile.
|
LaunchTemplateIamInstanceProfileSpecification |
LaunchTemplateIamInstanceProfileSpecification.withName(String name)
The name of the instance profile.
|
Modifier and Type | Method and Description |
---|---|
void |
ResponseLaunchTemplateData.setIamInstanceProfile(LaunchTemplateIamInstanceProfileSpecification iamInstanceProfile)
The IAM instance profile.
|
ResponseLaunchTemplateData |
ResponseLaunchTemplateData.withIamInstanceProfile(LaunchTemplateIamInstanceProfileSpecification iamInstanceProfile)
The IAM instance profile.
|
Copyright © 2023. All rights reserved.