Package | Description |
---|---|
com.amazonaws.services.identitymanagement.model |
Classes modeling the various types represented by AmazonIdentityManagement.
|
Modifier and Type | Method and Description |
---|---|
ServerCertificate |
GetServerCertificateResult.getServerCertificate()
Information about the server certificate.
|
ServerCertificate |
ServerCertificate.withCertificateBody(String certificateBody)
The contents of the public key certificate.
|
ServerCertificate |
ServerCertificate.withCertificateChain(String certificateChain)
The contents of the public key certificate chain.
|
ServerCertificate |
ServerCertificate.withServerCertificateMetadata(ServerCertificateMetadata serverCertificateMetadata)
The meta information of the server certificate, such as its name,
path, ID, and ARN.
|
Modifier and Type | Method and Description |
---|---|
void |
GetServerCertificateResult.setServerCertificate(ServerCertificate serverCertificate)
Information about the server certificate.
|
GetServerCertificateResult |
GetServerCertificateResult.withServerCertificate(ServerCertificate serverCertificate)
Information about the server certificate.
|
Copyright © 2014. All rights reserved.