| Package | Description |
|---|---|
| com.amazonaws.services.pcaconnectorscep.model |
| Modifier and Type | Method and Description |
|---|---|
Challenge |
Challenge.clone() |
Challenge |
CreateChallengeResult.getChallenge()
Returns the challenge details for the specified connector.
|
Challenge |
Challenge.withArn(String arn)
The Amazon Resource Name (ARN) of the challenge.
|
Challenge |
Challenge.withConnectorArn(String connectorArn)
The Amazon Resource Name (ARN) of the connector.
|
Challenge |
Challenge.withCreatedAt(Date createdAt)
The date and time that the challenge was created.
|
Challenge |
Challenge.withPassword(String password)
The SCEP challenge password, in UUID format.
|
Challenge |
Challenge.withUpdatedAt(Date updatedAt)
The date and time that the challenge was updated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateChallengeResult.setChallenge(Challenge challenge)
Returns the challenge details for the specified connector.
|
CreateChallengeResult |
CreateChallengeResult.withChallenge(Challenge challenge)
Returns the challenge details for the specified connector.
|
Copyright © 2024. All rights reserved.