Package | Description |
---|---|
software.amazon.awssdk.services.emrserverless.model |
Modifier and Type | Method and Description |
---|---|
MaximumAllowedResources |
UpdateApplicationRequest.maximumCapacity()
The maximum capacity to allocate when the application is updated.
|
MaximumAllowedResources |
Application.maximumCapacity()
The maximum capacity of the application.
|
MaximumAllowedResources |
CreateApplicationRequest.maximumCapacity()
The maximum capacity to allocate when the application is created.
|
Modifier and Type | Method and Description |
---|---|
UpdateApplicationRequest.Builder |
UpdateApplicationRequest.Builder.maximumCapacity(MaximumAllowedResources maximumCapacity)
The maximum capacity to allocate when the application is updated.
|
Application.Builder |
Application.Builder.maximumCapacity(MaximumAllowedResources maximumCapacity)
The maximum capacity of the application.
|
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.maximumCapacity(MaximumAllowedResources maximumCapacity)
The maximum capacity to allocate when the application is created.
|
Copyright © 2022. All rights reserved.