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> |
UpdateStreamRequest.getFiles()
The files associated with the stream.
|
List<StreamFile> |
CreateStreamRequest.getFiles()
The files to stream.
|
List<StreamFile> |
StreamInfo.getFiles()
The files to stream.
|
Modifier and Type | Method and Description |
---|---|
UpdateStreamRequest |
UpdateStreamRequest.withFiles(StreamFile... files)
The files associated with the stream.
|
CreateStreamRequest |
CreateStreamRequest.withFiles(StreamFile... files)
The files to stream.
|
StreamInfo |
StreamInfo.withFiles(StreamFile... files)
The files to stream.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateStreamRequest.setFiles(Collection<StreamFile> files)
The files associated with the stream.
|
void |
CreateStreamRequest.setFiles(Collection<StreamFile> files)
The files to stream.
|
void |
StreamInfo.setFiles(Collection<StreamFile> files)
The files to stream.
|
UpdateStreamRequest |
UpdateStreamRequest.withFiles(Collection<StreamFile> files)
The files associated with the stream.
|
CreateStreamRequest |
CreateStreamRequest.withFiles(Collection<StreamFile> files)
The files to stream.
|
StreamInfo |
StreamInfo.withFiles(Collection<StreamFile> files)
The files to stream.
|
Copyright © 2023. All rights reserved.