Uses of Class
software.amazon.awssdk.services.pcaconnectorad.model.ListConnectorsResponse
-
Packages that use ListConnectorsResponse 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 -
-
Uses of ListConnectorsResponse in software.amazon.awssdk.services.pcaconnectorad
Methods in software.amazon.awssdk.services.pcaconnectorad that return ListConnectorsResponse Modifier and Type Method Description default ListConnectorsResponsePcaConnectorAdClient. 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 ListConnectorsResponsePcaConnectorAdClient. 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.Methods in software.amazon.awssdk.services.pcaconnectorad that return types with arguments of type ListConnectorsResponse Modifier and Type Method 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. -
Uses of ListConnectorsResponse in software.amazon.awssdk.services.pcaconnectorad.paginators
Methods in software.amazon.awssdk.services.pcaconnectorad.paginators that return types with arguments of type ListConnectorsResponse Modifier and Type Method Description Iterator<ListConnectorsResponse>ListConnectorsIterable. iterator()Method parameters in software.amazon.awssdk.services.pcaconnectorad.paginators with type arguments of type ListConnectorsResponse Modifier and Type Method Description voidListConnectorsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListConnectorsResponse> subscriber)
-