Uses of Class
software.amazon.awssdk.services.emrserverless.model.InitialCapacityConfig
-
Packages that use InitialCapacityConfig Package Description software.amazon.awssdk.services.emrserverless.model -
-
Uses of InitialCapacityConfig in software.amazon.awssdk.services.emrserverless.model
Methods in software.amazon.awssdk.services.emrserverless.model that return types with arguments of type InitialCapacityConfig Modifier and Type Method Description Map<String,InitialCapacityConfig>Application. initialCapacity()The initial capacity of the application.Map<String,InitialCapacityConfig>CreateApplicationRequest. initialCapacity()The capacity to initialize when the application is created.Map<String,InitialCapacityConfig>UpdateApplicationRequest. initialCapacity()The capacity to initialize when the application is updated.Method parameters in software.amazon.awssdk.services.emrserverless.model with type arguments of type InitialCapacityConfig Modifier and Type Method Description Application.BuilderApplication.Builder. initialCapacity(Map<String,InitialCapacityConfig> initialCapacity)The initial capacity of the application.CreateApplicationRequest.BuilderCreateApplicationRequest.Builder. initialCapacity(Map<String,InitialCapacityConfig> initialCapacity)The capacity to initialize when the application is created.UpdateApplicationRequest.BuilderUpdateApplicationRequest.Builder. initialCapacity(Map<String,InitialCapacityConfig> initialCapacity)The capacity to initialize when the application is updated.
-