| 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 |
|---|---|
SdkPublisher<OutgoingCertificate> |
ListOutgoingCertificatesPublisher.outgoingCertificates()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<OutgoingCertificate> |
ListOutgoingCertificatesIterable.outgoingCertificates()
Returns an iterable to iterate through the paginated
ListOutgoingCertificatesResponse.outgoingCertificates() member. |
Copyright © 2022. All rights reserved.