| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
OutgoingCertificate |
OutgoingCertificate.clone() |
OutgoingCertificate |
OutgoingCertificate.withCertificateArn(String certificateArn)
The certificate ARN.
|
OutgoingCertificate |
OutgoingCertificate.withCertificateId(String certificateId)
The certificate ID.
|
OutgoingCertificate |
OutgoingCertificate.withCreationDate(Date creationDate)
The certificate creation date.
|
OutgoingCertificate |
OutgoingCertificate.withTransferDate(Date transferDate)
The date the transfer was initiated.
|
OutgoingCertificate |
OutgoingCertificate.withTransferMessage(String transferMessage)
The transfer message.
|
OutgoingCertificate |
OutgoingCertificate.withTransferredTo(String transferredTo)
The Amazon Web Services account to which the transfer was made.
|
| Modifier and Type | Method and Description |
|---|---|
List<OutgoingCertificate> |
ListOutgoingCertificatesResult.getOutgoingCertificates()
The certificates that are being transferred but not yet accepted.
|
| Modifier and Type | Method and Description |
|---|---|
ListOutgoingCertificatesResult |
ListOutgoingCertificatesResult.withOutgoingCertificates(OutgoingCertificate... outgoingCertificates)
The certificates that are being transferred but not yet accepted.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListOutgoingCertificatesResult.setOutgoingCertificates(Collection<OutgoingCertificate> outgoingCertificates)
The certificates that are being transferred but not yet accepted.
|
ListOutgoingCertificatesResult |
ListOutgoingCertificatesResult.withOutgoingCertificates(Collection<OutgoingCertificate> outgoingCertificates)
The certificates that are being transferred but not yet accepted.
|
Copyright © 2025. All rights reserved.