Package | Description |
---|---|
com.amazonaws.services.identitymanagement.model | |
com.amazonaws.services.identitymanagement.model.transform |
Modifier and Type | Field and Description |
---|---|
private ServerCertificate |
GetServerCertificateResult.serverCertificate
A structure containing details about the server certificate.
|
Modifier and Type | Method and Description |
---|---|
ServerCertificate |
ServerCertificate.clone() |
ServerCertificate |
GetServerCertificateResult.getServerCertificate()
A structure containing details about the server certificate.
|
ServerCertificate |
ServerCertificate.withCertificateBody(java.lang.String certificateBody)
The contents of the public key certificate.
|
ServerCertificate |
ServerCertificate.withCertificateChain(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
ServerCertificate |
ServerCertificateStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |