| Package | Description |
|---|---|
| com.amazonaws.services.pcaconnectorad.model |
| Modifier and Type | Method and Description |
|---|---|
ConnectorSummary |
ConnectorSummary.clone() |
ConnectorSummary |
ConnectorSummary.withArn(String arn)
The Amazon Resource Name (ARN) that was returned when you called CreateConnector.
|
ConnectorSummary |
ConnectorSummary.withCertificateAuthorityArn(String certificateAuthorityArn)
The Amazon Resource Name (ARN) of the certificate authority being used.
|
ConnectorSummary |
ConnectorSummary.withCertificateEnrollmentPolicyServerEndpoint(String certificateEnrollmentPolicyServerEndpoint)
Certificate enrollment endpoint for Active Directory domain-joined objects to request certificates.
|
ConnectorSummary |
ConnectorSummary.withCreatedAt(Date createdAt)
The date and time that the connector was created.
|
ConnectorSummary |
ConnectorSummary.withDirectoryId(String directoryId)
The identifier of the Active Directory.
|
ConnectorSummary |
ConnectorSummary.withStatus(ConnectorStatus status)
Status of the connector.
|
ConnectorSummary |
ConnectorSummary.withStatus(String status)
Status of the connector.
|
ConnectorSummary |
ConnectorSummary.withStatusReason(ConnectorStatusReason statusReason)
Additional information about the connector status if the status is failed.
|
ConnectorSummary |
ConnectorSummary.withStatusReason(String statusReason)
Additional information about the connector status if the status is failed.
|
ConnectorSummary |
ConnectorSummary.withUpdatedAt(Date updatedAt)
The date and time that the connector was updated.
|
ConnectorSummary |
ConnectorSummary.withVpcInformation(VpcInformation vpcInformation)
Information of the VPC and security group(s) used with the connector.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConnectorSummary> |
ListConnectorsResult.getConnectors()
Summary information about each connector you have created.
|
| Modifier and Type | Method and Description |
|---|---|
ListConnectorsResult |
ListConnectorsResult.withConnectors(ConnectorSummary... connectors)
Summary information about each connector you have created.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListConnectorsResult.setConnectors(Collection<ConnectorSummary> connectors)
Summary information about each connector you have created.
|
ListConnectorsResult |
ListConnectorsResult.withConnectors(Collection<ConnectorSummary> connectors)
Summary information about each connector you have created.
|
Copyright © 2025. All rights reserved.