Uses of Class
software.amazon.awssdk.services.emrserverless.model.CreateApplicationResponse
-
Packages that use CreateApplicationResponse Package Description software.amazon.awssdk.services.emrserverless Amazon EMR Serverless is a new deployment option for Amazon EMR. -
-
Uses of CreateApplicationResponse in software.amazon.awssdk.services.emrserverless
Methods in software.amazon.awssdk.services.emrserverless that return CreateApplicationResponse Modifier and Type Method Description default CreateApplicationResponseEmrServerlessClient. createApplication(Consumer<CreateApplicationRequest.Builder> createApplicationRequest)Creates an application.default CreateApplicationResponseEmrServerlessClient. createApplication(CreateApplicationRequest createApplicationRequest)Creates an application.Methods in software.amazon.awssdk.services.emrserverless that return types with arguments of type CreateApplicationResponse Modifier and Type Method Description default CompletableFuture<CreateApplicationResponse>EmrServerlessAsyncClient. createApplication(Consumer<CreateApplicationRequest.Builder> createApplicationRequest)Creates an application.default CompletableFuture<CreateApplicationResponse>EmrServerlessAsyncClient. createApplication(CreateApplicationRequest createApplicationRequest)Creates an application.
-