Uses of Class
software.amazon.awssdk.services.emrserverless.model.MaximumAllowedResources
-
Packages that use MaximumAllowedResources Package Description software.amazon.awssdk.services.emrserverless.model -
-
Uses of MaximumAllowedResources in software.amazon.awssdk.services.emrserverless.model
Methods in software.amazon.awssdk.services.emrserverless.model that return MaximumAllowedResources Modifier and Type Method Description MaximumAllowedResourcesApplication. maximumCapacity()The maximum capacity of the application.MaximumAllowedResourcesCreateApplicationRequest. maximumCapacity()The maximum capacity to allocate when the application is created.MaximumAllowedResourcesUpdateApplicationRequest. maximumCapacity()The maximum capacity to allocate when the application is updated.Methods in software.amazon.awssdk.services.emrserverless.model with parameters of type MaximumAllowedResources Modifier and Type Method Description Application.BuilderApplication.Builder. maximumCapacity(MaximumAllowedResources maximumCapacity)The maximum capacity of the application.CreateApplicationRequest.BuilderCreateApplicationRequest.Builder. maximumCapacity(MaximumAllowedResources maximumCapacity)The maximum capacity to allocate when the application is created.UpdateApplicationRequest.BuilderUpdateApplicationRequest.Builder. maximumCapacity(MaximumAllowedResources maximumCapacity)The maximum capacity to allocate when the application is updated.
-