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 SigningCertificateSigningCertificate. clone()SigningCertificateUploadSigningCertificateResult. getCertificate()Information about the certificate.SigningCertificateSigningCertificate. withCertificateBody(String certificateBody)The contents of the signing certificate.SigningCertificateSigningCertificate. withCertificateId(String certificateId)The ID for the signing certificate.SigningCertificateSigningCertificate. withStatus(StatusType status)The status of the signing certificate.SigningCertificateSigningCertificate. withStatus(String status)The status of the signing certificate.SigningCertificateSigningCertificate. withUploadDate(Date uploadDate)The date when the signing certificate was uploaded.SigningCertificateSigningCertificate. 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 voidUploadSigningCertificateResult. setCertificate(SigningCertificate certificate)Information about the certificate.UploadSigningCertificateResultUploadSigningCertificateResult. withCertificate(SigningCertificate certificate)Information about the certificate.ListSigningCertificatesResultListSigningCertificatesResult. 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 voidListSigningCertificatesResult. setCertificates(Collection<SigningCertificate> certificates)A list of the user's signing certificate information.ListSigningCertificatesResultListSigningCertificatesResult. withCertificates(Collection<SigningCertificate> certificates)A list of the user's signing certificate information.
-