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