| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
S3Location |
S3Location.clone() |
S3Location |
StreamFile.getS3Location()
The location of the file in S3.
|
S3Location |
S3Location.withBucket(String bucket)
The S3 bucket that contains the file to stream.
|
S3Location |
S3Location.withKey(String key)
The name of the file within the S3 bucket to stream.
|
S3Location |
S3Location.withVersion(String version)
The file version.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StreamFile.setS3Location(S3Location s3Location)
The location of the file in S3.
|
StreamFile |
StreamFile.withS3Location(S3Location s3Location)
The location of the file in S3.
|
Copyright © 2018. All rights reserved.