| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
S3Destination |
S3Destination.clone() |
S3Destination |
Destination.getS3Destination()
Describes the location in S3 of the updated firmware.
|
S3Destination |
S3Destination.withBucket(String bucket)
The S3 bucket that contains the updated firmware.
|
S3Destination |
S3Destination.withPrefix(String prefix)
The S3 prefix.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Destination.setS3Destination(S3Destination s3Destination)
Describes the location in S3 of the updated firmware.
|
Destination |
Destination.withS3Destination(S3Destination s3Destination)
Describes the location in S3 of the updated firmware.
|
Copyright © 2018. All rights reserved.