Uses of Class
software.amazon.awssdk.services.pcaconnectorscep.model.DeleteChallengeResponse
-
Packages that use DeleteChallengeResponse 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. -
-
Uses of DeleteChallengeResponse in software.amazon.awssdk.services.pcaconnectorscep
Methods in software.amazon.awssdk.services.pcaconnectorscep that return DeleteChallengeResponse Modifier and Type Method Description default DeleteChallengeResponsePcaConnectorScepClient. deleteChallenge(Consumer<DeleteChallengeRequest.Builder> deleteChallengeRequest)Deletes the specified Challenge.default DeleteChallengeResponsePcaConnectorScepClient. deleteChallenge(DeleteChallengeRequest deleteChallengeRequest)Deletes the specified Challenge.Methods in software.amazon.awssdk.services.pcaconnectorscep that return types with arguments of type DeleteChallengeResponse Modifier and Type Method Description default CompletableFuture<DeleteChallengeResponse>PcaConnectorScepAsyncClient. deleteChallenge(Consumer<DeleteChallengeRequest.Builder> deleteChallengeRequest)Deletes the specified Challenge.default CompletableFuture<DeleteChallengeResponse>PcaConnectorScepAsyncClient. deleteChallenge(DeleteChallengeRequest deleteChallengeRequest)Deletes the specified Challenge.
-