Uses of Class
software.amazon.awssdk.services.emr.model.RemoveManagedScalingPolicyResponse
-
Packages that use RemoveManagedScalingPolicyResponse 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 RemoveManagedScalingPolicyResponse in software.amazon.awssdk.services.emr
Methods in software.amazon.awssdk.services.emr that return RemoveManagedScalingPolicyResponse Modifier and Type Method Description default RemoveManagedScalingPolicyResponseEmrClient. removeManagedScalingPolicy(Consumer<RemoveManagedScalingPolicyRequest.Builder> removeManagedScalingPolicyRequest)Removes a managed scaling policy from a specified Amazon EMR cluster.default RemoveManagedScalingPolicyResponseEmrClient. removeManagedScalingPolicy(RemoveManagedScalingPolicyRequest removeManagedScalingPolicyRequest)Removes a managed scaling policy from a specified Amazon EMR cluster.Methods in software.amazon.awssdk.services.emr that return types with arguments of type RemoveManagedScalingPolicyResponse Modifier and Type Method Description default CompletableFuture<RemoveManagedScalingPolicyResponse>EmrAsyncClient. removeManagedScalingPolicy(Consumer<RemoveManagedScalingPolicyRequest.Builder> removeManagedScalingPolicyRequest)Removes a managed scaling policy from a specified Amazon EMR cluster.default CompletableFuture<RemoveManagedScalingPolicyResponse>EmrAsyncClient. removeManagedScalingPolicy(RemoveManagedScalingPolicyRequest removeManagedScalingPolicyRequest)Removes a managed scaling policy from a specified Amazon EMR cluster.
-