Uses of Class
software.amazon.awssdk.services.emrserverless.model.StopApplicationRequest
-
Packages that use StopApplicationRequest 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 StopApplicationRequest in software.amazon.awssdk.services.emrserverless
Methods in software.amazon.awssdk.services.emrserverless with parameters of type StopApplicationRequest Modifier and Type Method Description default CompletableFuture<StopApplicationResponse>EmrServerlessAsyncClient. stopApplication(StopApplicationRequest stopApplicationRequest)Stops a specified application and releases initial capacity if configured.default StopApplicationResponseEmrServerlessClient. stopApplication(StopApplicationRequest stopApplicationRequest)Stops a specified application and releases initial capacity if configured. -
Uses of StopApplicationRequest in software.amazon.awssdk.services.emrserverless.transform
Methods in software.amazon.awssdk.services.emrserverless.transform with parameters of type StopApplicationRequest Modifier and Type Method Description SdkHttpFullRequestStopApplicationRequestMarshaller. marshall(StopApplicationRequest stopApplicationRequest)
-