Package | Description |
---|---|
com.amazonaws.services.identitymanagement.model |
Modifier and Type | Method and Description |
---|---|
ServerCertificate |
ServerCertificate.clone() |
ServerCertificate |
GetServerCertificateResult.getServerCertificate()
A structure containing details 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)
A structure containing details about the server certificate.
|
GetServerCertificateResult |
GetServerCertificateResult.withServerCertificate(ServerCertificate serverCertificate)
A structure containing details about the server certificate.
|
Copyright © 2018. All rights reserved.