| Package | Description |
|---|---|
| com.amazonaws.services.emrserverless.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceUtilization |
ResourceUtilization.clone() |
ResourceUtilization |
JobRun.getBilledResourceUtilization()
The aggregate vCPU, memory, and storage that Amazon Web Services has billed for the job run.
|
ResourceUtilization |
ResourceUtilization.withMemoryGBHour(Double memoryGBHour)
The aggregated memory used per hour from the time the job starts executing until the job is terminated.
|
ResourceUtilization |
ResourceUtilization.withStorageGBHour(Double storageGBHour)
The aggregated storage used per hour from the time the job starts executing until the job is terminated.
|
ResourceUtilization |
ResourceUtilization.withVCPUHour(Double vCPUHour)
The aggregated vCPU used per hour from the time the job starts executing until the job is terminated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobRun.setBilledResourceUtilization(ResourceUtilization billedResourceUtilization)
The aggregate vCPU, memory, and storage that Amazon Web Services has billed for the job run.
|
JobRun |
JobRun.withBilledResourceUtilization(ResourceUtilization billedResourceUtilization)
The aggregate vCPU, memory, and storage that Amazon Web Services has billed for the job run.
|
Copyright © 2025. All rights reserved.