| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
PresignedUrlConfig |
PresignedUrlConfig.clone() |
PresignedUrlConfig |
CreateJobRequest.getPresignedUrlConfig()
Configuration information for pre-signed S3 URLs.
|
PresignedUrlConfig |
Job.getPresignedUrlConfig()
Configuration for pre-signed S3 URLs.
|
PresignedUrlConfig |
PresignedUrlConfig.withExpiresInSec(Long expiresInSec)
How long (in seconds) pre-signed URLs are valid.
|
PresignedUrlConfig |
PresignedUrlConfig.withRoleArn(String roleArn)
The ARN of an IAM role that grants grants permission to download files from the S3 bucket where the job
data/updates are stored.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateJobRequest.setPresignedUrlConfig(PresignedUrlConfig presignedUrlConfig)
Configuration information for pre-signed S3 URLs.
|
void |
Job.setPresignedUrlConfig(PresignedUrlConfig presignedUrlConfig)
Configuration for pre-signed S3 URLs.
|
CreateJobRequest |
CreateJobRequest.withPresignedUrlConfig(PresignedUrlConfig presignedUrlConfig)
Configuration information for pre-signed S3 URLs.
|
Job |
Job.withPresignedUrlConfig(PresignedUrlConfig presignedUrlConfig)
Configuration for pre-signed S3 URLs.
|
Copyright © 2018. All rights reserved.