Package | Description |
---|---|
com.amazonaws.services.iot.model |
Modifier and Type | Method and Description |
---|---|
Stream |
Stream.clone() |
Stream |
OTAUpdateFile.getFileSource()
The source of the file.
|
Stream |
CodeSigningSignature.getStream()
A stream of the code signing signature.
|
Stream |
CodeSigningCertificateChain.getStream()
A stream of the certificate chain files.
|
Stream |
Stream.withFileId(Integer fileId)
The ID of a file associated with a stream.
|
Stream |
Stream.withStreamId(String streamId)
The stream ID.
|
Modifier and Type | Method and Description |
---|---|
void |
OTAUpdateFile.setFileSource(Stream fileSource)
The source of the file.
|
void |
CodeSigningSignature.setStream(Stream stream)
A stream of the code signing signature.
|
void |
CodeSigningCertificateChain.setStream(Stream stream)
A stream of the certificate chain files.
|
OTAUpdateFile |
OTAUpdateFile.withFileSource(Stream fileSource)
The source of the file.
|
CodeSigningSignature |
CodeSigningSignature.withStream(Stream stream)
A stream of the code signing signature.
|
CodeSigningCertificateChain |
CodeSigningCertificateChain.withStream(Stream stream)
A stream of the certificate chain files.
|
Copyright © 2018. All rights reserved.