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