| Package | Description |
|---|---|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
Ec2Configuration |
Ec2Configuration.clone() |
Ec2Configuration |
Ec2Configuration.withImageIdOverride(String imageIdOverride)
The AMI ID used for instances launched in the compute environment that match the image type.
|
Ec2Configuration |
Ec2Configuration.withImageType(String imageType)
The image type to match with the instance type to select an AMI.
|
| Modifier and Type | Method and Description |
|---|---|
List<Ec2Configuration> |
ComputeResource.getEc2Configuration()
Provides information used to select Amazon Machine Images (AMIs) for EC2 instances in the compute environment.
|
| Modifier and Type | Method and Description |
|---|---|
ComputeResource |
ComputeResource.withEc2Configuration(Ec2Configuration... ec2Configuration)
Provides information used to select Amazon Machine Images (AMIs) for EC2 instances in the compute environment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComputeResource.setEc2Configuration(Collection<Ec2Configuration> ec2Configuration)
Provides information used to select Amazon Machine Images (AMIs) for EC2 instances in the compute environment.
|
ComputeResource |
ComputeResource.withEc2Configuration(Collection<Ec2Configuration> ec2Configuration)
Provides information used to select Amazon Machine Images (AMIs) for EC2 instances in the compute environment.
|
Copyright © 2021. All rights reserved.