Uses of Class
software.amazon.awssdk.services.emrserverless.model.WorkerTypeSpecification
-
Packages that use WorkerTypeSpecification Package Description software.amazon.awssdk.services.emrserverless.model -
-
Uses of WorkerTypeSpecification in software.amazon.awssdk.services.emrserverless.model
Methods in software.amazon.awssdk.services.emrserverless.model that return types with arguments of type WorkerTypeSpecification Modifier and Type Method Description Map<String,WorkerTypeSpecification>Application. workerTypeSpecifications()The specification applied to each worker type.Method parameters in software.amazon.awssdk.services.emrserverless.model with type arguments of type WorkerTypeSpecification Modifier and Type Method Description Application.BuilderApplication.Builder. workerTypeSpecifications(Map<String,WorkerTypeSpecification> workerTypeSpecifications)The specification applied to each worker type.
-