| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
Classes modeling the various types represented by AWSIot
|
| Modifier and Type | Method and Description |
|---|---|
ListOutgoingCertificatesResult |
AWSIotClient.listOutgoingCertificates(ListOutgoingCertificatesRequest listOutgoingCertificatesRequest)
Lists certificates that are being transfered but not yet accepted.
|
ListOutgoingCertificatesResult |
AWSIot.listOutgoingCertificates(ListOutgoingCertificatesRequest listOutgoingCertificatesRequest)
Lists certificates that are being transfered but not yet accepted.
|
| Modifier and Type | Method and Description |
|---|---|
ListOutgoingCertificatesResult |
ListOutgoingCertificatesResult.withNextMarker(String nextMarker)
The marker for the next set of results.
|
ListOutgoingCertificatesResult |
ListOutgoingCertificatesResult.withOutgoingCertificates(Collection<OutgoingCertificate> outgoingCertificates)
The certificates that are being transfered but not yet accepted.
|
ListOutgoingCertificatesResult |
ListOutgoingCertificatesResult.withOutgoingCertificates(OutgoingCertificate... outgoingCertificates)
The certificates that are being transfered but not yet accepted.
|
Copyright © 2017. All rights reserved.