Uses of Class
software.amazon.awssdk.services.emr.model.GetManagedScalingPolicyResponse
-
Packages that use GetManagedScalingPolicyResponse 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 GetManagedScalingPolicyResponse in software.amazon.awssdk.services.emr
Methods in software.amazon.awssdk.services.emr that return GetManagedScalingPolicyResponse Modifier and Type Method Description default GetManagedScalingPolicyResponseEmrClient. getManagedScalingPolicy(Consumer<GetManagedScalingPolicyRequest.Builder> getManagedScalingPolicyRequest)Fetches the attached managed scaling policy for an Amazon EMR cluster.default GetManagedScalingPolicyResponseEmrClient. getManagedScalingPolicy(GetManagedScalingPolicyRequest getManagedScalingPolicyRequest)Fetches the attached managed scaling policy for an Amazon EMR cluster.Methods in software.amazon.awssdk.services.emr that return types with arguments of type GetManagedScalingPolicyResponse Modifier and Type Method Description default CompletableFuture<GetManagedScalingPolicyResponse>EmrAsyncClient. getManagedScalingPolicy(Consumer<GetManagedScalingPolicyRequest.Builder> getManagedScalingPolicyRequest)Fetches the attached managed scaling policy for an Amazon EMR cluster.default CompletableFuture<GetManagedScalingPolicyResponse>EmrAsyncClient. getManagedScalingPolicy(GetManagedScalingPolicyRequest getManagedScalingPolicyRequest)Fetches the attached managed scaling policy for an Amazon EMR cluster.
-