| Package | Description |
|---|---|
| software.amazon.awssdk.services.emrserverless |
Amazon EMR Serverless is a new deployment option for Amazon EMR.
|
| Modifier and Type | Method and Description |
|---|---|
default StopApplicationResponse |
EmrServerlessClient.stopApplication(Consumer<StopApplicationRequest.Builder> stopApplicationRequest)
Stops a specified application and releases initial capacity if configured.
|
default StopApplicationResponse |
EmrServerlessClient.stopApplication(StopApplicationRequest stopApplicationRequest)
Stops a specified application and releases initial capacity if configured.
|
| Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.