| Package | Description |
|---|---|
| com.amazonaws.services.pcaconnectorad.model |
| Modifier and Type | Method and Description |
|---|---|
ServicePrincipalName |
ServicePrincipalName.clone() |
ServicePrincipalName |
GetServicePrincipalNameResult.getServicePrincipalName()
The service principal name that the connector uses to authenticate with Active Directory.
|
ServicePrincipalName |
ServicePrincipalName.withConnectorArn(String connectorArn)
The Amazon Resource Name (ARN) that was returned when you called CreateConnector.html.
|
ServicePrincipalName |
ServicePrincipalName.withCreatedAt(Date createdAt)
The date and time that the service principal name was created.
|
ServicePrincipalName |
ServicePrincipalName.withDirectoryRegistrationArn(String directoryRegistrationArn)
The Amazon Resource Name (ARN) that was returned when you called CreateDirectoryRegistration.
|
ServicePrincipalName |
ServicePrincipalName.withStatus(ServicePrincipalNameStatus status)
The status of a service principal name.
|
ServicePrincipalName |
ServicePrincipalName.withStatus(String status)
The status of a service principal name.
|
ServicePrincipalName |
ServicePrincipalName.withStatusReason(ServicePrincipalNameStatusReason statusReason)
Additional information for the status of a service principal name if the status is failed.
|
ServicePrincipalName |
ServicePrincipalName.withStatusReason(String statusReason)
Additional information for the status of a service principal name if the status is failed.
|
ServicePrincipalName |
ServicePrincipalName.withUpdatedAt(Date updatedAt)
The date and time that the service principal name was updated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetServicePrincipalNameResult.setServicePrincipalName(ServicePrincipalName servicePrincipalName)
The service principal name that the connector uses to authenticate with Active Directory.
|
GetServicePrincipalNameResult |
GetServicePrincipalNameResult.withServicePrincipalName(ServicePrincipalName servicePrincipalName)
The service principal name that the connector uses to authenticate with Active Directory.
|
Copyright © 2025. All rights reserved.