| Package | Description |
|---|---|
| com.amazonaws.services.pcaconnectorscep.model |
| Modifier and Type | Method and Description |
|---|---|
ConnectorSummary |
ConnectorSummary.clone() |
ConnectorSummary |
ConnectorSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the connector.
|
ConnectorSummary |
ConnectorSummary.withCertificateAuthorityArn(String certificateAuthorityArn)
The Amazon Resource Name (ARN) of the connector's associated certificate authority.
|
ConnectorSummary |
ConnectorSummary.withCreatedAt(Date createdAt)
The date and time that the challenge was created.
|
ConnectorSummary |
ConnectorSummary.withEndpoint(String endpoint)
The connector's HTTPS public SCEP URL.
|
ConnectorSummary |
ConnectorSummary.withMobileDeviceManagement(MobileDeviceManagement mobileDeviceManagement)
Contains settings relevant to the mobile device management system that you chose for the connector.
|
ConnectorSummary |
ConnectorSummary.withOpenIdConfiguration(OpenIdConfiguration openIdConfiguration)
Contains OpenID Connect (OIDC) parameters for use with Microsoft Intune.
|
ConnectorSummary |
ConnectorSummary.withStatus(ConnectorStatus status)
The connector's status.
|
ConnectorSummary |
ConnectorSummary.withStatus(String status)
The connector's status.
|
ConnectorSummary |
ConnectorSummary.withStatusReason(ConnectorStatusReason statusReason)
Information about why connector creation failed, if status is
FAILED. |
ConnectorSummary |
ConnectorSummary.withStatusReason(String statusReason)
Information about why connector creation failed, if status is
FAILED. |
ConnectorSummary |
ConnectorSummary.withType(ConnectorType type)
The connector type.
|
ConnectorSummary |
ConnectorSummary.withType(String type)
The connector type.
|
ConnectorSummary |
ConnectorSummary.withUpdatedAt(Date updatedAt)
The date and time that the challenge was updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConnectorSummary> |
ListConnectorsResult.getConnectors()
The connectors belonging to your Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
ListConnectorsResult |
ListConnectorsResult.withConnectors(ConnectorSummary... connectors)
The connectors belonging to your Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListConnectorsResult.setConnectors(Collection<ConnectorSummary> connectors)
The connectors belonging to your Amazon Web Services account.
|
ListConnectorsResult |
ListConnectorsResult.withConnectors(Collection<ConnectorSummary> connectors)
The connectors belonging to your Amazon Web Services account.
|
Copyright © 2025. All rights reserved.