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 ServerCertificateServerCertificate. clone()ServerCertificateGetServerCertificateResult. getServerCertificate()A structure containing details about the server certificate.ServerCertificateServerCertificate. withCertificateBody(String certificateBody)The contents of the public key certificate.ServerCertificateServerCertificate. withCertificateChain(String certificateChain)The contents of the public key certificate chain.ServerCertificateServerCertificate. 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 voidGetServerCertificateResult. setServerCertificate(ServerCertificate serverCertificate)A structure containing details about the server certificate.GetServerCertificateResultGetServerCertificateResult. withServerCertificate(ServerCertificate serverCertificate)A structure containing details about the server certificate.
-