| Package | Description |
|---|---|
| software.amazon.awssdk.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
List<Ec2Configuration> |
ComputeResourceUpdate.ec2Configuration()
Provides information used to select Amazon Machine Images (AMIs) for EC2 instances in the compute environment.
|
List<Ec2Configuration> |
ComputeResource.ec2Configuration()
Provides information that's used to select Amazon Machine Images (AMIs) for EC2 instances in the compute
environment.
|
| Modifier and Type | Method and Description |
|---|---|
ComputeResourceUpdate.Builder |
ComputeResourceUpdate.Builder.ec2Configuration(Ec2Configuration... ec2Configuration)
Provides information used to select Amazon Machine Images (AMIs) for EC2 instances in the compute
environment.
|
ComputeResource.Builder |
ComputeResource.Builder.ec2Configuration(Ec2Configuration... ec2Configuration)
Provides information that's used to select Amazon Machine Images (AMIs) for EC2 instances in the compute
environment.
|
| Modifier and Type | Method and Description |
|---|---|
ComputeResourceUpdate.Builder |
ComputeResourceUpdate.Builder.ec2Configuration(Collection<Ec2Configuration> ec2Configuration)
Provides information used to select Amazon Machine Images (AMIs) for EC2 instances in the compute
environment.
|
ComputeResource.Builder |
ComputeResource.Builder.ec2Configuration(Collection<Ec2Configuration> ec2Configuration)
Provides information that's used to select Amazon Machine Images (AMIs) for EC2 instances in the compute
environment.
|
Copyright © 2023. All rights reserved.