| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| 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.
|
Copyright © 2020. All rights reserved.