Uses of Class
software.amazon.awssdk.services.emr.model.DescribeReleaseLabelRequest
-
Packages that use DescribeReleaseLabelRequest 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.transform -
-
Uses of DescribeReleaseLabelRequest in software.amazon.awssdk.services.emr
Methods in software.amazon.awssdk.services.emr with parameters of type DescribeReleaseLabelRequest Modifier and Type Method Description 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.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. -
Uses of DescribeReleaseLabelRequest in software.amazon.awssdk.services.emr.transform
Methods in software.amazon.awssdk.services.emr.transform with parameters of type DescribeReleaseLabelRequest Modifier and Type Method Description SdkHttpFullRequestDescribeReleaseLabelRequestMarshaller. marshall(DescribeReleaseLabelRequest describeReleaseLabelRequest)
-