Uses of Class
software.amazon.awssdk.services.pcaconnectorad.model.GetServicePrincipalNameResponse
-
Packages that use GetServicePrincipalNameResponse 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. -
-
Uses of GetServicePrincipalNameResponse in software.amazon.awssdk.services.pcaconnectorad
Methods in software.amazon.awssdk.services.pcaconnectorad that return GetServicePrincipalNameResponse Modifier and Type Method Description default GetServicePrincipalNameResponsePcaConnectorAdClient. getServicePrincipalName(Consumer<GetServicePrincipalNameRequest.Builder> getServicePrincipalNameRequest)Lists the service principal name that the connector uses to authenticate with Active Directory.default GetServicePrincipalNameResponsePcaConnectorAdClient. getServicePrincipalName(GetServicePrincipalNameRequest getServicePrincipalNameRequest)Lists the service principal name that the connector uses to authenticate with Active Directory.Methods in software.amazon.awssdk.services.pcaconnectorad that return types with arguments of type GetServicePrincipalNameResponse Modifier and Type Method Description default CompletableFuture<GetServicePrincipalNameResponse>PcaConnectorAdAsyncClient. getServicePrincipalName(Consumer<GetServicePrincipalNameRequest.Builder> getServicePrincipalNameRequest)Lists the service principal name that the connector uses to authenticate with Active Directory.default CompletableFuture<GetServicePrincipalNameResponse>PcaConnectorAdAsyncClient. getServicePrincipalName(GetServicePrincipalNameRequest getServicePrincipalNameRequest)Lists the service principal name that the connector uses to authenticate with Active Directory.
-