Uses of Class
software.amazon.awssdk.services.emrserverless.model.TotalResourceUtilization
-
Packages that use TotalResourceUtilization Package Description software.amazon.awssdk.services.emrserverless.model -
-
Uses of TotalResourceUtilization in software.amazon.awssdk.services.emrserverless.model
Methods in software.amazon.awssdk.services.emrserverless.model that return TotalResourceUtilization Modifier and Type Method Description TotalResourceUtilizationJobRun. totalResourceUtilization()The aggregate vCPU, memory, and storage resources used from the time the job starts to execute, until the time the job terminates, rounded up to the nearest second.Methods in software.amazon.awssdk.services.emrserverless.model with parameters of type TotalResourceUtilization Modifier and Type Method Description JobRun.BuilderJobRun.Builder. totalResourceUtilization(TotalResourceUtilization totalResourceUtilization)The aggregate vCPU, memory, and storage resources used from the time the job starts to execute, until the time the job terminates, rounded up to the nearest second.
-