| Package | Description |
|---|---|
| software.amazon.awssdk.services.pcaconnectorad |
Amazon Web Services Private CA Connector for Active Directory creates a connector between Amazon Web Services Private
CA and Active Directory (AD) that enables you to provision security certificates for AD signed by a private CA that
you own.
|
| software.amazon.awssdk.services.pcaconnectorad.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListConnectorsResponse |
PcaConnectorAdClient.listConnectors(Consumer<ListConnectorsRequest.Builder> listConnectorsRequest)
Lists the connectors that you created by using the https://docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_CreateConnector action.
|
default ListConnectorsResponse |
PcaConnectorAdClient.listConnectors(ListConnectorsRequest listConnectorsRequest)
Lists the connectors that you created by using the https://docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_CreateConnector action.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListConnectorsResponse> |
PcaConnectorAdAsyncClient.listConnectors(Consumer<ListConnectorsRequest.Builder> listConnectorsRequest)
Lists the connectors that you created by using the https://docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_CreateConnector action.
|
default CompletableFuture<ListConnectorsResponse> |
PcaConnectorAdAsyncClient.listConnectors(ListConnectorsRequest listConnectorsRequest)
Lists the connectors that you created by using the https://docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_CreateConnector action.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListConnectorsResponse> |
ListConnectorsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListConnectorsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListConnectorsResponse> subscriber) |
Copyright © 2023. All rights reserved.