Uses of Class
software.amazon.awssdk.services.autoscaling.model.ScheduledUpdateGroupAction
-
Packages that use ScheduledUpdateGroupAction Package Description software.amazon.awssdk.services.autoscaling.model software.amazon.awssdk.services.autoscaling.paginators -
-
Uses of ScheduledUpdateGroupAction in software.amazon.awssdk.services.autoscaling.model
Methods in software.amazon.awssdk.services.autoscaling.model that return types with arguments of type ScheduledUpdateGroupAction Modifier and Type Method Description List<ScheduledUpdateGroupAction>DescribeScheduledActionsResponse. scheduledUpdateGroupActions()The scheduled actions.Methods in software.amazon.awssdk.services.autoscaling.model with parameters of type ScheduledUpdateGroupAction Modifier and Type Method Description DescribeScheduledActionsResponse.BuilderDescribeScheduledActionsResponse.Builder. scheduledUpdateGroupActions(ScheduledUpdateGroupAction... scheduledUpdateGroupActions)The scheduled actions.Method parameters in software.amazon.awssdk.services.autoscaling.model with type arguments of type ScheduledUpdateGroupAction Modifier and Type Method Description DescribeScheduledActionsResponse.BuilderDescribeScheduledActionsResponse.Builder. scheduledUpdateGroupActions(Collection<ScheduledUpdateGroupAction> scheduledUpdateGroupActions)The scheduled actions. -
Uses of ScheduledUpdateGroupAction in software.amazon.awssdk.services.autoscaling.paginators
Methods in software.amazon.awssdk.services.autoscaling.paginators that return types with arguments of type ScheduledUpdateGroupAction Modifier and Type Method Description SdkIterable<ScheduledUpdateGroupAction>DescribeScheduledActionsIterable. scheduledUpdateGroupActions()Returns an iterable to iterate through the paginatedDescribeScheduledActionsResponse.scheduledUpdateGroupActions()member.SdkPublisher<ScheduledUpdateGroupAction>DescribeScheduledActionsPublisher. scheduledUpdateGroupActions()Returns a publisher that can be used to get a stream of data.
-