| Package | Description |
|---|---|
| com.amazonaws.services.pcaconnectorscep |
|
| com.amazonaws.services.pcaconnectorscep.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListChallengeMetadataResult> |
AbstractAWSPcaConnectorScepAsync.listChallengeMetadataAsync(ListChallengeMetadataRequest request,
AsyncHandler<ListChallengeMetadataRequest,ListChallengeMetadataResult> asyncHandler) |
Future<ListChallengeMetadataResult> |
AWSPcaConnectorScepAsyncClient.listChallengeMetadataAsync(ListChallengeMetadataRequest request,
AsyncHandler<ListChallengeMetadataRequest,ListChallengeMetadataResult> asyncHandler) |
Future<ListChallengeMetadataResult> |
AWSPcaConnectorScepAsync.listChallengeMetadataAsync(ListChallengeMetadataRequest listChallengeMetadataRequest,
AsyncHandler<ListChallengeMetadataRequest,ListChallengeMetadataResult> asyncHandler)
Retrieves the challenge metadata for the specified ARN.
|
| Modifier and Type | Method and Description |
|---|---|
ListChallengeMetadataRequest |
ListChallengeMetadataRequest.clone() |
ListChallengeMetadataRequest |
ListChallengeMetadataRequest.withConnectorArn(String connectorArn)
The Amazon Resource Name (ARN) of the connector.
|
ListChallengeMetadataRequest |
ListChallengeMetadataRequest.withMaxResults(Integer maxResults)
The maximum number of objects that you want Connector for SCEP to return for this request.
|
ListChallengeMetadataRequest |
ListChallengeMetadataRequest.withNextToken(String nextToken)
When you request a list of objects with a
MaxResults setting, if the number of objects that are
still available for retrieval exceeds the maximum you requested, Connector for SCEP returns a
NextToken value in the response. |
Copyright © 2024. All rights reserved.