Uses of Class
software.amazon.awssdk.services.snowball.model.EventTriggerDefinition
-
Packages that use EventTriggerDefinition Package Description software.amazon.awssdk.services.snowball.model -
-
Uses of EventTriggerDefinition in software.amazon.awssdk.services.snowball.model
Methods in software.amazon.awssdk.services.snowball.model that return types with arguments of type EventTriggerDefinition Modifier and Type Method Description List<EventTriggerDefinition>LambdaResource. eventTriggers()The array of ARNs for S3Resource objects to trigger the LambdaResource objects associated with this job.Methods in software.amazon.awssdk.services.snowball.model with parameters of type EventTriggerDefinition Modifier and Type Method Description LambdaResource.BuilderLambdaResource.Builder. eventTriggers(EventTriggerDefinition... eventTriggers)The array of ARNs for S3Resource objects to trigger the LambdaResource objects associated with this job.Method parameters in software.amazon.awssdk.services.snowball.model with type arguments of type EventTriggerDefinition Modifier and Type Method Description LambdaResource.BuilderLambdaResource.Builder. eventTriggers(Collection<EventTriggerDefinition> eventTriggers)The array of ARNs for S3Resource objects to trigger the LambdaResource objects associated with this job.
-