Uses of Class
software.amazon.awssdk.services.emrserverless.model.StartApplicationRequest
-
Packages that use StartApplicationRequest Package Description software.amazon.awssdk.services.emrserverless Amazon EMR Serverless is a new deployment option for Amazon EMR.software.amazon.awssdk.services.emrserverless.transform -
-
Uses of StartApplicationRequest in software.amazon.awssdk.services.emrserverless
Methods in software.amazon.awssdk.services.emrserverless with parameters of type StartApplicationRequest Modifier and Type Method Description default CompletableFuture<StartApplicationResponse>EmrServerlessAsyncClient. startApplication(StartApplicationRequest 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. -
Uses of StartApplicationRequest in software.amazon.awssdk.services.emrserverless.transform
Methods in software.amazon.awssdk.services.emrserverless.transform with parameters of type StartApplicationRequest Modifier and Type Method Description SdkHttpFullRequestStartApplicationRequestMarshaller. marshall(StartApplicationRequest startApplicationRequest)
-