Uses of Class
com.amazonaws.services.identitymanagement.model.SigningCertificate
-
Packages that use SigningCertificate Package Description com.amazonaws.services.identitymanagement.model -
-
Uses of SigningCertificate in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return SigningCertificate Modifier and Type Method 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.Methods in com.amazonaws.services.identitymanagement.model that return types with arguments of type SigningCertificate Modifier and Type Method Description List<SigningCertificate>
ListSigningCertificatesResult. getCertificates()
A list of the user's signing certificate information.Methods in com.amazonaws.services.identitymanagement.model with parameters of type SigningCertificate Modifier and Type Method 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.Method parameters in com.amazonaws.services.identitymanagement.model with type arguments of type SigningCertificate Modifier and Type Method 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.
-