Uses of Class
software.amazon.awssdk.services.emrserverless.model.ConflictException
-
Packages that use ConflictException Package Description software.amazon.awssdk.services.emrserverless Amazon EMR Serverless is a new deployment option for Amazon EMR. -
-
Uses of ConflictException in software.amazon.awssdk.services.emrserverless
Methods in software.amazon.awssdk.services.emrserverless that throw ConflictException Modifier and Type Method Description default CreateApplicationResponseEmrServerlessClient. createApplication(Consumer<CreateApplicationRequest.Builder> createApplicationRequest)Creates an application.default CreateApplicationResponseEmrServerlessClient. createApplication(CreateApplicationRequest createApplicationRequest)Creates an application.default StartJobRunResponseEmrServerlessClient. startJobRun(Consumer<StartJobRunRequest.Builder> startJobRunRequest)Starts a job run.default StartJobRunResponseEmrServerlessClient. startJobRun(StartJobRunRequest startJobRunRequest)Starts a job run.
-