Uses of Class
software.amazon.awssdk.services.emrserverless.model.JobLevelCostAllocationConfiguration
-
Packages that use JobLevelCostAllocationConfiguration Package Description software.amazon.awssdk.services.emrserverless.model -
-
Uses of JobLevelCostAllocationConfiguration in software.amazon.awssdk.services.emrserverless.model
Methods in software.amazon.awssdk.services.emrserverless.model that return JobLevelCostAllocationConfiguration Modifier and Type Method Description JobLevelCostAllocationConfigurationApplication. jobLevelCostAllocationConfiguration()The configuration object that enables job level cost allocation.JobLevelCostAllocationConfigurationCreateApplicationRequest. jobLevelCostAllocationConfiguration()The configuration object that enables job level cost allocation.JobLevelCostAllocationConfigurationUpdateApplicationRequest. jobLevelCostAllocationConfiguration()The configuration object that enables job level cost allocation.Methods in software.amazon.awssdk.services.emrserverless.model with parameters of type JobLevelCostAllocationConfiguration Modifier and Type Method Description Application.BuilderApplication.Builder. jobLevelCostAllocationConfiguration(JobLevelCostAllocationConfiguration jobLevelCostAllocationConfiguration)The configuration object that enables job level cost allocation.CreateApplicationRequest.BuilderCreateApplicationRequest.Builder. jobLevelCostAllocationConfiguration(JobLevelCostAllocationConfiguration jobLevelCostAllocationConfiguration)The configuration object that enables job level cost allocation.UpdateApplicationRequest.BuilderUpdateApplicationRequest.Builder. jobLevelCostAllocationConfiguration(JobLevelCostAllocationConfiguration jobLevelCostAllocationConfiguration)The configuration object that enables job level cost allocation.
-