| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.pcaconnectorad.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListServicePrincipalNamesResult> |
AWSPcaConnectorAdAsyncClient.listServicePrincipalNamesAsync(ListServicePrincipalNamesRequest request,
AsyncHandler<ListServicePrincipalNamesRequest,ListServicePrincipalNamesResult> asyncHandler) |
Future<ListServicePrincipalNamesResult> |
AbstractAWSPcaConnectorAdAsync.listServicePrincipalNamesAsync(ListServicePrincipalNamesRequest request,
AsyncHandler<ListServicePrincipalNamesRequest,ListServicePrincipalNamesResult> asyncHandler) |
Future<ListServicePrincipalNamesResult> |
AWSPcaConnectorAdAsync.listServicePrincipalNamesAsync(ListServicePrincipalNamesRequest listServicePrincipalNamesRequest,
AsyncHandler<ListServicePrincipalNamesRequest,ListServicePrincipalNamesResult> asyncHandler)
Lists the service principal names that the connector uses to authenticate with Active Directory.
|
| Modifier and Type | Method and Description |
|---|---|
ListServicePrincipalNamesRequest |
ListServicePrincipalNamesRequest.clone() |
ListServicePrincipalNamesRequest |
ListServicePrincipalNamesRequest.withDirectoryRegistrationArn(String directoryRegistrationArn)
The Amazon Resource Name (ARN) that was returned when you called CreateDirectoryRegistration.
|
ListServicePrincipalNamesRequest |
ListServicePrincipalNamesRequest.withMaxResults(Integer maxResults)
Use this parameter when paginating results to specify the maximum number of items to return in the response on
each page.
|
ListServicePrincipalNamesRequest |
ListServicePrincipalNamesRequest.withNextToken(String nextToken)
Use this parameter when paginating results in a subsequent request after you receive a response with truncated
results.
|
Copyright © 2024. All rights reserved.