| Package | Description |
|---|---|
| software.amazon.awssdk.services.acmpca.model | |
| software.amazon.awssdk.services.acmpca.paginators |
| Modifier and Type | Method and Description |
|---|---|
CertificateAuthority |
DescribeCertificateAuthorityResponse.certificateAuthority()
A
CertificateAuthority structure that contains information about your private CA.
|
| Modifier and Type | Method and Description |
|---|---|
List<CertificateAuthority> |
ListCertificateAuthoritiesResponse.certificateAuthorities()
Summary information about each certificate authority you have created.
|
| Modifier and Type | Method and Description |
|---|---|
ListCertificateAuthoritiesResponse.Builder |
ListCertificateAuthoritiesResponse.Builder.certificateAuthorities(CertificateAuthority... certificateAuthorities)
Summary information about each certificate authority you have created.
|
DescribeCertificateAuthorityResponse.Builder |
DescribeCertificateAuthorityResponse.Builder.certificateAuthority(CertificateAuthority certificateAuthority)
A
CertificateAuthority structure that contains information about your private CA.
|
| Modifier and Type | Method and Description |
|---|---|
ListCertificateAuthoritiesResponse.Builder |
ListCertificateAuthoritiesResponse.Builder.certificateAuthorities(Collection<CertificateAuthority> certificateAuthorities)
Summary information about each certificate authority you have created.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<CertificateAuthority> |
ListCertificateAuthoritiesPublisher.certificateAuthorities()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<CertificateAuthority> |
ListCertificateAuthoritiesIterable.certificateAuthorities()
Returns an iterable to iterate through the paginated
ListCertificateAuthoritiesResponse.certificateAuthorities() member. |
Copyright © 2023. All rights reserved.