Uses of Class
software.amazon.awssdk.services.worklink.model.WebsiteCaSummary
-
Packages that use WebsiteCaSummary Package Description software.amazon.awssdk.services.worklink.model -
-
Uses of WebsiteCaSummary in software.amazon.awssdk.services.worklink.model
Methods in software.amazon.awssdk.services.worklink.model that return types with arguments of type WebsiteCaSummary Modifier and Type Method Description List<WebsiteCaSummary>ListWebsiteCertificateAuthoritiesResponse. websiteCertificateAuthorities()Information about the certificates.Methods in software.amazon.awssdk.services.worklink.model with parameters of type WebsiteCaSummary Modifier and Type Method Description ListWebsiteCertificateAuthoritiesResponse.BuilderListWebsiteCertificateAuthoritiesResponse.Builder. websiteCertificateAuthorities(WebsiteCaSummary... websiteCertificateAuthorities)Information about the certificates.Method parameters in software.amazon.awssdk.services.worklink.model with type arguments of type WebsiteCaSummary Modifier and Type Method Description ListWebsiteCertificateAuthoritiesResponse.BuilderListWebsiteCertificateAuthoritiesResponse.Builder. websiteCertificateAuthorities(Collection<WebsiteCaSummary> websiteCertificateAuthorities)Information about the certificates.
-