Uses of Class
software.amazon.awssdk.services.applicationautoscaling.model.DescribeScheduledActionsResponse
-
Packages that use DescribeScheduledActionsResponse Package Description software.amazon.awssdk.services.applicationautoscaling With Application Auto Scaling, you can configure automatic scaling for the following resources:software.amazon.awssdk.services.applicationautoscaling.paginators -
-
Uses of DescribeScheduledActionsResponse in software.amazon.awssdk.services.applicationautoscaling
Methods in software.amazon.awssdk.services.applicationautoscaling that return DescribeScheduledActionsResponse Modifier and Type Method Description default DescribeScheduledActionsResponseApplicationAutoScalingClient. describeScheduledActions(Consumer<DescribeScheduledActionsRequest.Builder> describeScheduledActionsRequest)Describes the Application Auto Scaling scheduled actions for the specified service namespace.default DescribeScheduledActionsResponseApplicationAutoScalingClient. describeScheduledActions(DescribeScheduledActionsRequest describeScheduledActionsRequest)Describes the Application Auto Scaling scheduled actions for the specified service namespace.Methods in software.amazon.awssdk.services.applicationautoscaling that return types with arguments of type DescribeScheduledActionsResponse Modifier and Type Method Description default CompletableFuture<DescribeScheduledActionsResponse>ApplicationAutoScalingAsyncClient. describeScheduledActions(Consumer<DescribeScheduledActionsRequest.Builder> describeScheduledActionsRequest)Describes the Application Auto Scaling scheduled actions for the specified service namespace.default CompletableFuture<DescribeScheduledActionsResponse>ApplicationAutoScalingAsyncClient. describeScheduledActions(DescribeScheduledActionsRequest describeScheduledActionsRequest)Describes the Application Auto Scaling scheduled actions for the specified service namespace. -
Uses of DescribeScheduledActionsResponse in software.amazon.awssdk.services.applicationautoscaling.paginators
Methods in software.amazon.awssdk.services.applicationautoscaling.paginators that return types with arguments of type DescribeScheduledActionsResponse Modifier and Type Method Description Iterator<DescribeScheduledActionsResponse>DescribeScheduledActionsIterable. iterator()Method parameters in software.amazon.awssdk.services.applicationautoscaling.paginators with type arguments of type DescribeScheduledActionsResponse Modifier and Type Method Description voidDescribeScheduledActionsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeScheduledActionsResponse> subscriber)
-