Uses of Class
com.amazonaws.services.identitymanagement.model.ServerCertificate
-
Packages that use ServerCertificate Package Description com.amazonaws.services.identitymanagement.model -
-
Uses of ServerCertificate in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return ServerCertificate Modifier and Type Method 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.Methods in com.amazonaws.services.identitymanagement.model with parameters of type ServerCertificate Modifier and Type Method 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.
-