Package | Description |
---|---|
com.amazonaws.services.identitymanagement.model |
Modifier and Type | Method and Description |
---|---|
SigningCertificate |
SigningCertificate.clone() |
SigningCertificate |
UploadSigningCertificateResult.getCertificate()
Information about the certificate.
|
SigningCertificate |
SigningCertificate.withCertificateBody(String certificateBody)
The contents of the signing certificate.
|
SigningCertificate |
SigningCertificate.withCertificateId(String certificateId)
The ID for the signing certificate.
|
SigningCertificate |
SigningCertificate.withStatus(StatusType status)
The status of the signing certificate.
|
SigningCertificate |
SigningCertificate.withStatus(String status)
The status of the signing certificate.
|
SigningCertificate |
SigningCertificate.withUploadDate(Date uploadDate)
The date when the signing certificate was uploaded.
|
SigningCertificate |
SigningCertificate.withUserName(String userName)
The name of the user the signing certificate is associated with.
|
Modifier and Type | Method and Description |
---|---|
List<SigningCertificate> |
ListSigningCertificatesResult.getCertificates()
A list of the user's signing certificate information.
|
Modifier and Type | Method and Description |
---|---|
void |
UploadSigningCertificateResult.setCertificate(SigningCertificate certificate)
Information about the certificate.
|
UploadSigningCertificateResult |
UploadSigningCertificateResult.withCertificate(SigningCertificate certificate)
Information about the certificate.
|
ListSigningCertificatesResult |
ListSigningCertificatesResult.withCertificates(SigningCertificate... certificates)
A list of the user's signing certificate information.
|
Modifier and Type | Method and Description |
---|---|
void |
ListSigningCertificatesResult.setCertificates(Collection<SigningCertificate> certificates)
A list of the user's signing certificate information.
|
ListSigningCertificatesResult |
ListSigningCertificatesResult.withCertificates(Collection<SigningCertificate> certificates)
A list of the user's signing certificate information.
|
Copyright © 2018. All rights reserved.