| Package | Description |
|---|---|
| com.amazonaws.services.pcaconnectorad.model |
| Modifier and Type | Method and Description |
|---|---|
ServicePrincipalNameSummary |
ServicePrincipalNameSummary.clone() |
ServicePrincipalNameSummary |
ServicePrincipalNameSummary.withConnectorArn(String connectorArn)
The Amazon Resource Name (ARN) that was returned when you called CreateConnector.
|
ServicePrincipalNameSummary |
ServicePrincipalNameSummary.withCreatedAt(Date createdAt)
The date and time that the service principal name was created.
|
ServicePrincipalNameSummary |
ServicePrincipalNameSummary.withDirectoryRegistrationArn(String directoryRegistrationArn)
The Amazon Resource Name (ARN) that was returned when you called CreateDirectoryRegistration.
|
ServicePrincipalNameSummary |
ServicePrincipalNameSummary.withStatus(ServicePrincipalNameStatus status)
The status of a service principal name.
|
ServicePrincipalNameSummary |
ServicePrincipalNameSummary.withStatus(String status)
The status of a service principal name.
|
ServicePrincipalNameSummary |
ServicePrincipalNameSummary.withStatusReason(ServicePrincipalNameStatusReason statusReason)
Additional information for the status of a service principal name if the status is failed.
|
ServicePrincipalNameSummary |
ServicePrincipalNameSummary.withStatusReason(String statusReason)
Additional information for the status of a service principal name if the status is failed.
|
ServicePrincipalNameSummary |
ServicePrincipalNameSummary.withUpdatedAt(Date updatedAt)
Time when the service principal name was updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<ServicePrincipalNameSummary> |
ListServicePrincipalNamesResult.getServicePrincipalNames()
The service principal name, if any, that the connector uses to authenticate with Active Directory.
|
| Modifier and Type | Method and Description |
|---|---|
ListServicePrincipalNamesResult |
ListServicePrincipalNamesResult.withServicePrincipalNames(ServicePrincipalNameSummary... servicePrincipalNames)
The service principal name, if any, that the connector uses to authenticate with Active Directory.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListServicePrincipalNamesResult.setServicePrincipalNames(Collection<ServicePrincipalNameSummary> servicePrincipalNames)
The service principal name, if any, that the connector uses to authenticate with Active Directory.
|
ListServicePrincipalNamesResult |
ListServicePrincipalNamesResult.withServicePrincipalNames(Collection<ServicePrincipalNameSummary> servicePrincipalNames)
The service principal name, if any, that the connector uses to authenticate with Active Directory.
|
Copyright © 2024. All rights reserved.