Uses of Class
software.amazon.awssdk.services.pcaconnectorad.model.ServicePrincipalNameSummary
-
Packages that use ServicePrincipalNameSummary Package Description software.amazon.awssdk.services.pcaconnectorad.model software.amazon.awssdk.services.pcaconnectorad.paginators -
-
Uses of ServicePrincipalNameSummary in software.amazon.awssdk.services.pcaconnectorad.model
Methods in software.amazon.awssdk.services.pcaconnectorad.model that return types with arguments of type ServicePrincipalNameSummary Modifier and Type Method Description List<ServicePrincipalNameSummary>ListServicePrincipalNamesResponse. servicePrincipalNames()The service principal name, if any, that the connector uses to authenticate with Active Directory.Methods in software.amazon.awssdk.services.pcaconnectorad.model with parameters of type ServicePrincipalNameSummary Modifier and Type Method Description ListServicePrincipalNamesResponse.BuilderListServicePrincipalNamesResponse.Builder. servicePrincipalNames(ServicePrincipalNameSummary... servicePrincipalNames)The service principal name, if any, that the connector uses to authenticate with Active Directory.Method parameters in software.amazon.awssdk.services.pcaconnectorad.model with type arguments of type ServicePrincipalNameSummary Modifier and Type Method Description ListServicePrincipalNamesResponse.BuilderListServicePrincipalNamesResponse.Builder. servicePrincipalNames(Collection<ServicePrincipalNameSummary> servicePrincipalNames)The service principal name, if any, that the connector uses to authenticate with Active Directory. -
Uses of ServicePrincipalNameSummary in software.amazon.awssdk.services.pcaconnectorad.paginators
Methods in software.amazon.awssdk.services.pcaconnectorad.paginators that return types with arguments of type ServicePrincipalNameSummary Modifier and Type Method Description SdkIterable<ServicePrincipalNameSummary>ListServicePrincipalNamesIterable. servicePrincipalNames()Returns an iterable to iterate through the paginatedListServicePrincipalNamesResponse.servicePrincipalNames()member.SdkPublisher<ServicePrincipalNameSummary>ListServicePrincipalNamesPublisher. servicePrincipalNames()Returns a publisher that can be used to get a stream of data.
-