| Package | Description |
|---|---|
| software.amazon.awssdk.services.emr |
Amazon EMR is a web service that makes it easier to process large amounts of data efficiently.
|
| Modifier and Type | Method and Description |
|---|---|
default DescribeReleaseLabelResponse |
EmrClient.describeReleaseLabel(Consumer<DescribeReleaseLabelRequest.Builder> describeReleaseLabelRequest)
Provides EMR release label details, such as releases available the region where the API request is run, and the
available applications for a specific EMR release label.
|
default DescribeReleaseLabelResponse |
EmrClient.describeReleaseLabel(DescribeReleaseLabelRequest describeReleaseLabelRequest)
Provides EMR release label details, such as releases available the region where the API request is run, and the
available applications for a specific EMR release label.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeReleaseLabelResponse> |
EmrAsyncClient.describeReleaseLabel(Consumer<DescribeReleaseLabelRequest.Builder> describeReleaseLabelRequest)
Provides EMR release label details, such as releases available the region where the API request is run, and the
available applications for a specific EMR release label.
|
default CompletableFuture<DescribeReleaseLabelResponse> |
EmrAsyncClient.describeReleaseLabel(DescribeReleaseLabelRequest describeReleaseLabelRequest)
Provides EMR release label details, such as releases available the region where the API request is run, and the
available applications for a specific EMR release label.
|
Copyright © 2023. All rights reserved.