Uses of Class
software.amazon.awssdk.services.emr.model.Ec2InstanceAttributes
-
Packages that use Ec2InstanceAttributes Package Description software.amazon.awssdk.services.emr.model -
-
Uses of Ec2InstanceAttributes in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return Ec2InstanceAttributes Modifier and Type Method Description Ec2InstanceAttributes
Cluster. ec2InstanceAttributes()
Provides information about the Amazon EC2 instances in a cluster grouped by category.Methods in software.amazon.awssdk.services.emr.model with parameters of type Ec2InstanceAttributes Modifier and Type Method Description Cluster.Builder
Cluster.Builder. ec2InstanceAttributes(Ec2InstanceAttributes ec2InstanceAttributes)
Provides information about the Amazon EC2 instances in a cluster grouped by category.
-