| Package | Description |
|---|---|
| com.amazonaws.services.snowball.model |
| Modifier and Type | Method and Description |
|---|---|
LambdaResource |
LambdaResource.clone() |
LambdaResource |
LambdaResource.withEventTriggers(Collection<EventTriggerDefinition> eventTriggers)
The array of ARNs for S3Resource objects to trigger the LambdaResource objects associated with this
job.
|
LambdaResource |
LambdaResource.withEventTriggers(EventTriggerDefinition... eventTriggers)
The array of ARNs for S3Resource objects to trigger the LambdaResource objects associated with this
job.
|
LambdaResource |
LambdaResource.withLambdaArn(String lambdaArn)
An Amazon Resource Name (ARN) that represents an AWS Lambda function to be triggered by PUT object actions on the
associated local Amazon S3 resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<LambdaResource> |
JobResource.getLambdaResources()
The Python-language Lambda functions for this job.
|
| Modifier and Type | Method and Description |
|---|---|
JobResource |
JobResource.withLambdaResources(LambdaResource... lambdaResources)
The Python-language Lambda functions for this job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobResource.setLambdaResources(Collection<LambdaResource> lambdaResources)
The Python-language Lambda functions for this job.
|
JobResource |
JobResource.withLambdaResources(Collection<LambdaResource> lambdaResources)
The Python-language Lambda functions for this job.
|
Copyright © 2017. All rights reserved.