| 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 |
FileLocation.getS3Location()
The location of the updated firmware in S3.
|
S3Location |
S3Location.withBucket(String bucket)
The S3 bucket.
|
S3Location |
S3Location.withKey(String key)
The S3 key.
|
S3Location |
S3Location.withVersion(String version)
The S3 bucket version.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StreamFile.setS3Location(S3Location s3Location)
The location of the file in S3.
|
void |
FileLocation.setS3Location(S3Location s3Location)
The location of the updated firmware in S3.
|
StreamFile |
StreamFile.withS3Location(S3Location s3Location)
The location of the file in S3.
|
FileLocation |
FileLocation.withS3Location(S3Location s3Location)
The location of the updated firmware in S3.
|
Copyright © 2019. All rights reserved.