| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
StreamFile |
StreamFile.clone() |
StreamFile |
StreamFile.withFileId(Integer fileId)
The file ID.
|
StreamFile |
StreamFile.withS3Location(S3Location s3Location)
The location of the file in S3.
|
| Modifier and Type | Method and Description |
|---|---|
List<StreamFile> |
CreateStreamRequest.getFiles()
The files to stream.
|
List<StreamFile> |
UpdateStreamRequest.getFiles()
The files associated with the stream.
|
List<StreamFile> |
StreamInfo.getFiles()
The files to stream.
|
| Modifier and Type | Method and Description |
|---|---|
CreateStreamRequest |
CreateStreamRequest.withFiles(StreamFile... files)
The files to stream.
|
UpdateStreamRequest |
UpdateStreamRequest.withFiles(StreamFile... files)
The files associated with the stream.
|
StreamInfo |
StreamInfo.withFiles(StreamFile... files)
The files to stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateStreamRequest.setFiles(Collection<StreamFile> files)
The files to stream.
|
void |
UpdateStreamRequest.setFiles(Collection<StreamFile> files)
The files associated with the stream.
|
void |
StreamInfo.setFiles(Collection<StreamFile> files)
The files to stream.
|
CreateStreamRequest |
CreateStreamRequest.withFiles(Collection<StreamFile> files)
The files to stream.
|
UpdateStreamRequest |
UpdateStreamRequest.withFiles(Collection<StreamFile> files)
The files associated with the stream.
|
StreamInfo |
StreamInfo.withFiles(Collection<StreamFile> files)
The files to stream.
|
Copyright © 2021. All rights reserved.