Uses of Class
software.amazon.awssdk.services.emrserverless.model.StartApplicationResponse
-
Packages that use StartApplicationResponse Package Description software.amazon.awssdk.services.emrserverless Amazon EMR Serverless is a new deployment option for Amazon EMR. -
-
Uses of StartApplicationResponse in software.amazon.awssdk.services.emrserverless
Methods in software.amazon.awssdk.services.emrserverless that return StartApplicationResponse Modifier and Type Method Description default StartApplicationResponseEmrServerlessClient. startApplication(Consumer<StartApplicationRequest.Builder> startApplicationRequest)Starts a specified application and initializes initial capacity if configured.default StartApplicationResponseEmrServerlessClient. startApplication(StartApplicationRequest startApplicationRequest)Starts a specified application and initializes initial capacity if configured.Methods in software.amazon.awssdk.services.emrserverless that return types with arguments of type StartApplicationResponse Modifier and Type Method Description default CompletableFuture<StartApplicationResponse>EmrServerlessAsyncClient. startApplication(Consumer<StartApplicationRequest.Builder> startApplicationRequest)Starts a specified application and initializes initial capacity if configured.default CompletableFuture<StartApplicationResponse>EmrServerlessAsyncClient. startApplication(StartApplicationRequest startApplicationRequest)Starts a specified application and initializes initial capacity if configured.
-