Uses of Class
software.amazon.awssdk.services.emrserverless.model.WorkerTypeSpecificationInput
-
Packages that use WorkerTypeSpecificationInput Package Description software.amazon.awssdk.services.emrserverless.model -
-
Uses of WorkerTypeSpecificationInput in software.amazon.awssdk.services.emrserverless.model
Methods in software.amazon.awssdk.services.emrserverless.model that return types with arguments of type WorkerTypeSpecificationInput Modifier and Type Method Description Map<String,WorkerTypeSpecificationInput>CreateApplicationRequest. workerTypeSpecifications()The key-value pairs that specify worker type toWorkerTypeSpecificationInput.Map<String,WorkerTypeSpecificationInput>UpdateApplicationRequest. workerTypeSpecifications()The key-value pairs that specify worker type toWorkerTypeSpecificationInput.Method parameters in software.amazon.awssdk.services.emrserverless.model with type arguments of type WorkerTypeSpecificationInput Modifier and Type Method Description CreateApplicationRequest.BuilderCreateApplicationRequest.Builder. workerTypeSpecifications(Map<String,WorkerTypeSpecificationInput> workerTypeSpecifications)The key-value pairs that specify worker type toWorkerTypeSpecificationInput.UpdateApplicationRequest.BuilderUpdateApplicationRequest.Builder. workerTypeSpecifications(Map<String,WorkerTypeSpecificationInput> workerTypeSpecifications)The key-value pairs that specify worker type toWorkerTypeSpecificationInput.
-