Uses of Class
software.amazon.cloudformation.proxy.HandlerRequest
-
Packages that use HandlerRequest Package Description software.amazon.cloudformation.scheduler -
-
Uses of HandlerRequest in software.amazon.cloudformation.scheduler
Methods in software.amazon.cloudformation.scheduler with parameters of type HandlerRequest Modifier and Type Method Description <ResourceT,CallbackT>
voidCloudWatchScheduler. rescheduleAfterMinutes(String functionArn, int minutesFromNow, HandlerRequest<ResourceT,CallbackT> handlerRequest)Schedule a re-invocation of the executing handler no less than 1 minute from now
-