Uses of Class
software.amazon.awssdk.services.autoscaling.model.ScheduledUpdateGroupActionRequest
-
Packages that use ScheduledUpdateGroupActionRequest Package Description software.amazon.awssdk.services.autoscaling.model -
-
Uses of ScheduledUpdateGroupActionRequest in software.amazon.awssdk.services.autoscaling.model
Methods in software.amazon.awssdk.services.autoscaling.model that return types with arguments of type ScheduledUpdateGroupActionRequest Modifier and Type Method Description List<ScheduledUpdateGroupActionRequest>BatchPutScheduledUpdateGroupActionRequest. scheduledUpdateGroupActions()One or more scheduled actions.Methods in software.amazon.awssdk.services.autoscaling.model with parameters of type ScheduledUpdateGroupActionRequest Modifier and Type Method Description BatchPutScheduledUpdateGroupActionRequest.BuilderBatchPutScheduledUpdateGroupActionRequest.Builder. scheduledUpdateGroupActions(ScheduledUpdateGroupActionRequest... scheduledUpdateGroupActions)One or more scheduled actions.Method parameters in software.amazon.awssdk.services.autoscaling.model with type arguments of type ScheduledUpdateGroupActionRequest Modifier and Type Method Description BatchPutScheduledUpdateGroupActionRequest.BuilderBatchPutScheduledUpdateGroupActionRequest.Builder. scheduledUpdateGroupActions(Collection<ScheduledUpdateGroupActionRequest> scheduledUpdateGroupActions)One or more scheduled actions.
-