Uses of Class
com.amazonaws.services.identitymanagement.model.SigningCertificate
Packages that use SigningCertificate
-
Uses of SigningCertificate in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return SigningCertificateModifier and TypeMethodDescriptionSigningCertificate.clone()
UploadSigningCertificateResult.getCertificate()
Information about the certificate.SigningCertificate.withCertificateBody
(String certificateBody) The contents of the signing certificate.SigningCertificate.withCertificateId
(String certificateId) The ID for the signing certificate.SigningCertificate.withStatus
(StatusType status) The status of the signing certificate.SigningCertificate.withStatus
(String status) The status of the signing certificate.SigningCertificate.withUploadDate
(Date uploadDate) The date when the signing certificate was uploaded.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 SigningCertificateModifier and TypeMethodDescriptionListSigningCertificatesResult.getCertificates()
A list of the user's signing certificate information.Methods in com.amazonaws.services.identitymanagement.model with parameters of type SigningCertificateModifier and TypeMethodDescriptionvoid
UploadSigningCertificateResult.setCertificate
(SigningCertificate certificate) Information about the certificate.UploadSigningCertificateResult.withCertificate
(SigningCertificate certificate) Information about the certificate.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 SigningCertificateModifier and TypeMethodDescriptionvoid
ListSigningCertificatesResult.setCertificates
(Collection<SigningCertificate> certificates) A list of the user's signing certificate information.ListSigningCertificatesResult.withCertificates
(Collection<SigningCertificate> certificates) A list of the user's signing certificate information.