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