Package | Description |
---|---|
com.amazonaws.services.identitymanagement.model | |
com.amazonaws.services.identitymanagement.model.transform |
Modifier and Type | Field and Description |
---|---|
private SigningCertificate |
UploadSigningCertificateResult.certificate
Information about the certificate.
|
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<SigningCertificate> |
ListSigningCertificatesResult.certificates
A list of the user's signing certificate information.
|
Modifier and Type | Method and Description |
---|---|
SigningCertificate |
SigningCertificate.clone() |
SigningCertificate |
UploadSigningCertificateResult.getCertificate()
Information about the certificate.
|
SigningCertificate |
SigningCertificate.withCertificateBody(java.lang.String certificateBody)
The contents of the signing certificate.
|
SigningCertificate |
SigningCertificate.withCertificateId(java.lang.String certificateId)
The ID for the signing certificate.
|
SigningCertificate |
SigningCertificate.withStatus(StatusType status)
The status of the signing certificate.
|
SigningCertificate |
SigningCertificate.withStatus(java.lang.String status)
The status of the signing certificate.
|
SigningCertificate |
SigningCertificate.withUploadDate(java.util.Date uploadDate)
The date when the signing certificate was uploaded.
|
SigningCertificate |
SigningCertificate.withUserName(java.lang.String userName)
The name of the user the signing certificate is associated with.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<SigningCertificate> certificates)
A list of the user's signing certificate information.
|
ListSigningCertificatesResult |
ListSigningCertificatesResult.withCertificates(java.util.Collection<SigningCertificate> certificates)
A list of the user's signing certificate information.
|
Modifier and Type | Method and Description |
---|---|
SigningCertificate |
SigningCertificateStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |