| Package | Description |
|---|---|
| software.amazon.awssdk.services.pcaconnectorad.model | |
| software.amazon.awssdk.services.pcaconnectorad.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ServicePrincipalNameSummary> |
ListServicePrincipalNamesResponse.servicePrincipalNames()
The service principal name, if any, that the connector uses to authenticate with Active Directory.
|
| Modifier and Type | Method and Description |
|---|---|
ListServicePrincipalNamesResponse.Builder |
ListServicePrincipalNamesResponse.Builder.servicePrincipalNames(ServicePrincipalNameSummary... servicePrincipalNames)
The service principal name, if any, that the connector uses to authenticate with Active Directory.
|
| Modifier and Type | Method and Description |
|---|---|
ListServicePrincipalNamesResponse.Builder |
ListServicePrincipalNamesResponse.Builder.servicePrincipalNames(Collection<ServicePrincipalNameSummary> servicePrincipalNames)
The service principal name, if any, that the connector uses to authenticate with Active Directory.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ServicePrincipalNameSummary> |
ListServicePrincipalNamesPublisher.servicePrincipalNames()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ServicePrincipalNameSummary> |
ListServicePrincipalNamesIterable.servicePrincipalNames()
Returns an iterable to iterate through the paginated
ListServicePrincipalNamesResponse.servicePrincipalNames() member. |
Copyright © 2023. All rights reserved.