Uses of Class
software.amazon.awssdk.services.acmpca.model.CertificateAuthority
-
Packages that use CertificateAuthority Package Description software.amazon.awssdk.services.acmpca.model software.amazon.awssdk.services.acmpca.paginators -
-
Uses of CertificateAuthority in software.amazon.awssdk.services.acmpca.model
Methods in software.amazon.awssdk.services.acmpca.model that return CertificateAuthority Modifier and Type Method Description CertificateAuthorityDescribeCertificateAuthorityResponse. certificateAuthority()A CertificateAuthority structure that contains information about your private CA.Methods in software.amazon.awssdk.services.acmpca.model that return types with arguments of type CertificateAuthority Modifier and Type Method Description List<CertificateAuthority>ListCertificateAuthoritiesResponse. certificateAuthorities()Summary information about each certificate authority you have created.Methods in software.amazon.awssdk.services.acmpca.model with parameters of type CertificateAuthority Modifier and Type Method Description ListCertificateAuthoritiesResponse.BuilderListCertificateAuthoritiesResponse.Builder. certificateAuthorities(CertificateAuthority... certificateAuthorities)Summary information about each certificate authority you have created.DescribeCertificateAuthorityResponse.BuilderDescribeCertificateAuthorityResponse.Builder. certificateAuthority(CertificateAuthority certificateAuthority)A CertificateAuthority structure that contains information about your private CA.Method parameters in software.amazon.awssdk.services.acmpca.model with type arguments of type CertificateAuthority Modifier and Type Method Description ListCertificateAuthoritiesResponse.BuilderListCertificateAuthoritiesResponse.Builder. certificateAuthorities(Collection<CertificateAuthority> certificateAuthorities)Summary information about each certificate authority you have created. -
Uses of CertificateAuthority in software.amazon.awssdk.services.acmpca.paginators
Methods in software.amazon.awssdk.services.acmpca.paginators that return types with arguments of type CertificateAuthority Modifier and Type Method Description SdkIterable<CertificateAuthority>ListCertificateAuthoritiesIterable. certificateAuthorities()Returns an iterable to iterate through the paginatedListCertificateAuthoritiesResponse.certificateAuthorities()member.SdkPublisher<CertificateAuthority>ListCertificateAuthoritiesPublisher. certificateAuthorities()Returns a publisher that can be used to get a stream of data.
-