| Package | Description |
|---|---|
| com.amazonaws.services.snowball.model |
| Modifier and Type | Method and Description |
|---|---|
EventTriggerDefinition |
EventTriggerDefinition.clone() |
EventTriggerDefinition |
EventTriggerDefinition.withEventResourceARN(String eventResourceARN)
The Amazon Resource Name (ARN) for any local Amazon S3 resource that is an AWS Lambda function's event trigger
associated with this job.
|
| Modifier and Type | Method and Description |
|---|---|
List<EventTriggerDefinition> |
LambdaResource.getEventTriggers()
The array of ARNs for S3Resource objects to trigger the LambdaResource objects associated with this
job.
|
| Modifier and Type | Method and Description |
|---|---|
LambdaResource |
LambdaResource.withEventTriggers(EventTriggerDefinition... eventTriggers)
The array of ARNs for S3Resource objects to trigger the LambdaResource objects associated with this
job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LambdaResource.setEventTriggers(Collection<EventTriggerDefinition> eventTriggers)
The array of ARNs for S3Resource objects to trigger the LambdaResource objects associated with this
job.
|
LambdaResource |
LambdaResource.withEventTriggers(Collection<EventTriggerDefinition> eventTriggers)
The array of ARNs for S3Resource objects to trigger the LambdaResource objects associated with this
job.
|
Copyright © 2019. All rights reserved.