Uses of Interface
software.amazon.awssdk.services.emr.model.DescribeReleaseLabelRequest.Builder
-
Packages that use DescribeReleaseLabelRequest.Builder Package Description software.amazon.awssdk.services.emr Amazon EMR is a web service that makes it easier to process large amounts of data efficiently.software.amazon.awssdk.services.emr.model -
-
Uses of DescribeReleaseLabelRequest.Builder in software.amazon.awssdk.services.emr
Method parameters in software.amazon.awssdk.services.emr with type arguments of type DescribeReleaseLabelRequest.Builder 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 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. -
Uses of DescribeReleaseLabelRequest.Builder in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return types with arguments of type DescribeReleaseLabelRequest.Builder Modifier and Type Method Description static Class<? extends DescribeReleaseLabelRequest.Builder>DescribeReleaseLabelRequest. serializableBuilderClass()
-