| Package | Description |
|---|---|
| com.amazonaws.services.emrserverless.model |
| Modifier and Type | Method and Description |
|---|---|
WorkerTypeSpecificationInput |
WorkerTypeSpecificationInput.clone() |
WorkerTypeSpecificationInput |
WorkerTypeSpecificationInput.withImageConfiguration(ImageConfigurationInput imageConfiguration)
The image configuration for a worker type.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,WorkerTypeSpecificationInput> |
UpdateApplicationRequest.getWorkerTypeSpecifications()
The key-value pairs that specify worker type to
WorkerTypeSpecificationInput. |
Map<String,WorkerTypeSpecificationInput> |
CreateApplicationRequest.getWorkerTypeSpecifications()
The key-value pairs that specify worker type to
WorkerTypeSpecificationInput. |
| Modifier and Type | Method and Description |
|---|---|
UpdateApplicationRequest |
UpdateApplicationRequest.addWorkerTypeSpecificationsEntry(String key,
WorkerTypeSpecificationInput value)
Add a single WorkerTypeSpecifications entry
|
CreateApplicationRequest |
CreateApplicationRequest.addWorkerTypeSpecificationsEntry(String key,
WorkerTypeSpecificationInput value)
Add a single WorkerTypeSpecifications entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateApplicationRequest.setWorkerTypeSpecifications(Map<String,WorkerTypeSpecificationInput> workerTypeSpecifications)
The key-value pairs that specify worker type to
WorkerTypeSpecificationInput. |
void |
CreateApplicationRequest.setWorkerTypeSpecifications(Map<String,WorkerTypeSpecificationInput> workerTypeSpecifications)
The key-value pairs that specify worker type to
WorkerTypeSpecificationInput. |
UpdateApplicationRequest |
UpdateApplicationRequest.withWorkerTypeSpecifications(Map<String,WorkerTypeSpecificationInput> workerTypeSpecifications)
The key-value pairs that specify worker type to
WorkerTypeSpecificationInput. |
CreateApplicationRequest |
CreateApplicationRequest.withWorkerTypeSpecifications(Map<String,WorkerTypeSpecificationInput> workerTypeSpecifications)
The key-value pairs that specify worker type to
WorkerTypeSpecificationInput. |
Copyright © 2024. All rights reserved.