| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model | |
| software.amazon.awssdk.services.iot.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<OutgoingCertificate> |
ListOutgoingCertificatesResponse.outgoingCertificates()
The certificates that are being transferred but not yet accepted.
|
| Modifier and Type | Method and Description |
|---|---|
ListOutgoingCertificatesResponse.Builder |
ListOutgoingCertificatesResponse.Builder.outgoingCertificates(OutgoingCertificate... outgoingCertificates)
The certificates that are being transferred but not yet accepted.
|
| Modifier and Type | Method and Description |
|---|---|
ListOutgoingCertificatesResponse.Builder |
ListOutgoingCertificatesResponse.Builder.outgoingCertificates(Collection<OutgoingCertificate> outgoingCertificates)
The certificates that are being transferred but not yet accepted.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<OutgoingCertificate> |
ListOutgoingCertificatesIterable.outgoingCertificates()
Returns an iterable to iterate through the paginated
ListOutgoingCertificatesResponse.outgoingCertificates() member. |
SdkPublisher<OutgoingCertificate> |
ListOutgoingCertificatesPublisher.outgoingCertificates()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2021. All rights reserved.