Uses of Class
com.amazonaws.services.identitymanagement.model.ServerCertificate
Packages that use ServerCertificate
-
Uses of ServerCertificate in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return ServerCertificateModifier and TypeMethodDescriptionServerCertificate.clone()
GetServerCertificateResult.getServerCertificate()
A structure containing details about the server certificate.ServerCertificate.withCertificateBody
(String certificateBody) The contents of the public key certificate.ServerCertificate.withCertificateChain
(String certificateChain) The contents of the public key certificate chain.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 ServerCertificateModifier and TypeMethodDescriptionvoid
GetServerCertificateResult.setServerCertificate
(ServerCertificate serverCertificate) A structure containing details about the server certificate.GetServerCertificateResult.withServerCertificate
(ServerCertificate serverCertificate) A structure containing details about the server certificate.