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