Uses of Class
software.amazon.awssdk.services.pcaconnectorscep.model.ListChallengeMetadataResponse
-
Packages that use ListChallengeMetadataResponse Package Description software.amazon.awssdk.services.pcaconnectorscep Connector for SCEP creates a connector between Amazon Web Services Private CA and your SCEP-enabled clients and devices.software.amazon.awssdk.services.pcaconnectorscep.paginators -
-
Uses of ListChallengeMetadataResponse in software.amazon.awssdk.services.pcaconnectorscep
Methods in software.amazon.awssdk.services.pcaconnectorscep that return ListChallengeMetadataResponse Modifier and Type Method Description default ListChallengeMetadataResponsePcaConnectorScepClient. listChallengeMetadata(Consumer<ListChallengeMetadataRequest.Builder> listChallengeMetadataRequest)Retrieves the challenge metadata for the specified ARN.default ListChallengeMetadataResponsePcaConnectorScepClient. listChallengeMetadata(ListChallengeMetadataRequest listChallengeMetadataRequest)Retrieves the challenge metadata for the specified ARN.Methods in software.amazon.awssdk.services.pcaconnectorscep that return types with arguments of type ListChallengeMetadataResponse Modifier and Type Method Description default CompletableFuture<ListChallengeMetadataResponse>PcaConnectorScepAsyncClient. listChallengeMetadata(Consumer<ListChallengeMetadataRequest.Builder> listChallengeMetadataRequest)Retrieves the challenge metadata for the specified ARN.default CompletableFuture<ListChallengeMetadataResponse>PcaConnectorScepAsyncClient. listChallengeMetadata(ListChallengeMetadataRequest listChallengeMetadataRequest)Retrieves the challenge metadata for the specified ARN. -
Uses of ListChallengeMetadataResponse in software.amazon.awssdk.services.pcaconnectorscep.paginators
Methods in software.amazon.awssdk.services.pcaconnectorscep.paginators that return types with arguments of type ListChallengeMetadataResponse Modifier and Type Method Description Iterator<ListChallengeMetadataResponse>ListChallengeMetadataIterable. iterator()Method parameters in software.amazon.awssdk.services.pcaconnectorscep.paginators with type arguments of type ListChallengeMetadataResponse Modifier and Type Method Description voidListChallengeMetadataPublisher. subscribe(org.reactivestreams.Subscriber<? super ListChallengeMetadataResponse> subscriber)
-