Uses of Class
software.amazon.awssdk.services.emr.model.DescribeReleaseLabelResponse
-
Packages that use DescribeReleaseLabelResponse Package Description software.amazon.awssdk.services.emr Amazon EMR is a web service that makes it easier to process large amounts of data efficiently. -
-
Uses of DescribeReleaseLabelResponse in software.amazon.awssdk.services.emr
Methods in software.amazon.awssdk.services.emr that return DescribeReleaseLabelResponse Modifier and Type Method Description default DescribeReleaseLabelResponseEmrClient. describeReleaseLabel(Consumer<DescribeReleaseLabelRequest.Builder> describeReleaseLabelRequest)Provides Amazon EMR release label details, such as the releases available the Region where the API request is run, and the available applications for a specific Amazon EMR release label.default DescribeReleaseLabelResponseEmrClient. describeReleaseLabel(DescribeReleaseLabelRequest describeReleaseLabelRequest)Provides Amazon EMR release label details, such as the releases available the Region where the API request is run, and the available applications for a specific Amazon EMR release label.Methods in software.amazon.awssdk.services.emr that return types with arguments of type DescribeReleaseLabelResponse Modifier and Type Method Description default CompletableFuture<DescribeReleaseLabelResponse>EmrAsyncClient. describeReleaseLabel(Consumer<DescribeReleaseLabelRequest.Builder> describeReleaseLabelRequest)Provides Amazon EMR release label details, such as the releases available the Region where the API request is run, and the available applications for a specific Amazon EMR release label.default CompletableFuture<DescribeReleaseLabelResponse>EmrAsyncClient. describeReleaseLabel(DescribeReleaseLabelRequest describeReleaseLabelRequest)Provides Amazon EMR release label details, such as the releases available the Region where the API request is run, and the available applications for a specific Amazon EMR release label.
-