Uses of Class
software.amazon.awssdk.services.batch.model.Ec2Configuration
-
Packages that use Ec2Configuration Package Description software.amazon.awssdk.services.batch.model -
-
Uses of Ec2Configuration in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type Ec2Configuration Modifier and Type Method Description List<Ec2Configuration>ComputeResource. ec2Configuration()Provides information that's used to select Amazon Machine Images (AMIs) for EC2 instances in the compute environment.List<Ec2Configuration>ComputeResourceUpdate. ec2Configuration()Provides information used to select Amazon Machine Images (AMIs) for EC2 instances in the compute environment.Methods in software.amazon.awssdk.services.batch.model with parameters of type Ec2Configuration Modifier and Type Method Description ComputeResource.BuilderComputeResource.Builder. ec2Configuration(Ec2Configuration... ec2Configuration)Provides information that's used to select Amazon Machine Images (AMIs) for EC2 instances in the compute environment.ComputeResourceUpdate.BuilderComputeResourceUpdate.Builder. ec2Configuration(Ec2Configuration... ec2Configuration)Provides information used to select Amazon Machine Images (AMIs) for EC2 instances in the compute environment.Method parameters in software.amazon.awssdk.services.batch.model with type arguments of type Ec2Configuration Modifier and Type Method Description ComputeResource.BuilderComputeResource.Builder. ec2Configuration(Collection<Ec2Configuration> ec2Configuration)Provides information that's used to select Amazon Machine Images (AMIs) for EC2 instances in the compute environment.ComputeResourceUpdate.BuilderComputeResourceUpdate.Builder. ec2Configuration(Collection<Ec2Configuration> ec2Configuration)Provides information used to select Amazon Machine Images (AMIs) for EC2 instances in the compute environment.
-