Uses of Class
software.amazon.awssdk.services.emrserverless.model.StopApplicationResponse
-
Packages that use StopApplicationResponse Package Description software.amazon.awssdk.services.emrserverless Amazon EMR Serverless is a new deployment option for Amazon EMR. -
-
Uses of StopApplicationResponse in software.amazon.awssdk.services.emrserverless
Methods in software.amazon.awssdk.services.emrserverless that return StopApplicationResponse Modifier and Type Method Description default StopApplicationResponseEmrServerlessClient. stopApplication(Consumer<StopApplicationRequest.Builder> 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.Methods in software.amazon.awssdk.services.emrserverless that return types with arguments of type StopApplicationResponse Modifier and Type Method Description default CompletableFuture<StopApplicationResponse>EmrServerlessAsyncClient. stopApplication(Consumer<StopApplicationRequest.Builder> stopApplicationRequest)Stops a specified application and releases initial capacity if configured.default CompletableFuture<StopApplicationResponse>EmrServerlessAsyncClient. stopApplication(StopApplicationRequest stopApplicationRequest)Stops a specified application and releases initial capacity if configured.
-