| Package | Description |
|---|---|
| software.amazon.awssdk.services.directory |
|
| software.amazon.awssdk.services.directory.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListCertificatesResponse |
DirectoryClient.listCertificates(Consumer<ListCertificatesRequest.Builder> listCertificatesRequest)
For the specified directory, lists all the certificates registered for a secure LDAP or client certificate
authentication.
|
default ListCertificatesResponse |
DirectoryClient.listCertificates(ListCertificatesRequest listCertificatesRequest)
For the specified directory, lists all the certificates registered for a secure LDAP or client certificate
authentication.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListCertificatesResponse> |
DirectoryAsyncClient.listCertificates(Consumer<ListCertificatesRequest.Builder> listCertificatesRequest)
For the specified directory, lists all the certificates registered for a secure LDAP or client certificate
authentication.
|
default CompletableFuture<ListCertificatesResponse> |
DirectoryAsyncClient.listCertificates(ListCertificatesRequest listCertificatesRequest)
For the specified directory, lists all the certificates registered for a secure LDAP or client certificate
authentication.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListCertificatesResponse> |
ListCertificatesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListCertificatesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListCertificatesResponse> subscriber) |
Copyright © 2023. All rights reserved.