Uses of Class
software.amazon.awssdk.services.pcaconnectorad.model.ListServicePrincipalNamesResponse
-
Packages that use ListServicePrincipalNamesResponse 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 ListServicePrincipalNamesResponse in software.amazon.awssdk.services.pcaconnectorad
Methods in software.amazon.awssdk.services.pcaconnectorad that return ListServicePrincipalNamesResponse Modifier and Type Method Description default ListServicePrincipalNamesResponsePcaConnectorAdClient. listServicePrincipalNames(Consumer<ListServicePrincipalNamesRequest.Builder> listServicePrincipalNamesRequest)Lists the service principal names that the connector uses to authenticate with Active Directory.default ListServicePrincipalNamesResponsePcaConnectorAdClient. listServicePrincipalNames(ListServicePrincipalNamesRequest listServicePrincipalNamesRequest)Lists the service principal names that the connector uses to authenticate with Active Directory.Methods in software.amazon.awssdk.services.pcaconnectorad that return types with arguments of type ListServicePrincipalNamesResponse Modifier and Type Method Description default CompletableFuture<ListServicePrincipalNamesResponse>PcaConnectorAdAsyncClient. listServicePrincipalNames(Consumer<ListServicePrincipalNamesRequest.Builder> listServicePrincipalNamesRequest)Lists the service principal names that the connector uses to authenticate with Active Directory.default CompletableFuture<ListServicePrincipalNamesResponse>PcaConnectorAdAsyncClient. listServicePrincipalNames(ListServicePrincipalNamesRequest listServicePrincipalNamesRequest)Lists the service principal names that the connector uses to authenticate with Active Directory. -
Uses of ListServicePrincipalNamesResponse in software.amazon.awssdk.services.pcaconnectorad.paginators
Methods in software.amazon.awssdk.services.pcaconnectorad.paginators that return types with arguments of type ListServicePrincipalNamesResponse Modifier and Type Method Description Iterator<ListServicePrincipalNamesResponse>ListServicePrincipalNamesIterable. iterator()Method parameters in software.amazon.awssdk.services.pcaconnectorad.paginators with type arguments of type ListServicePrincipalNamesResponse Modifier and Type Method Description voidListServicePrincipalNamesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListServicePrincipalNamesResponse> subscriber)
-