Uses of Class
software.amazon.awssdk.services.pcaconnectorscep.model.GetChallengePasswordResponse
-
Packages that use GetChallengePasswordResponse 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 GetChallengePasswordResponse in software.amazon.awssdk.services.pcaconnectorscep
Methods in software.amazon.awssdk.services.pcaconnectorscep that return GetChallengePasswordResponse Modifier and Type Method Description default GetChallengePasswordResponsePcaConnectorScepClient. getChallengePassword(Consumer<GetChallengePasswordRequest.Builder> getChallengePasswordRequest)Retrieves the challenge password for the specified Challenge.default GetChallengePasswordResponsePcaConnectorScepClient. getChallengePassword(GetChallengePasswordRequest getChallengePasswordRequest)Retrieves the challenge password for the specified Challenge.Methods in software.amazon.awssdk.services.pcaconnectorscep that return types with arguments of type GetChallengePasswordResponse Modifier and Type Method Description default CompletableFuture<GetChallengePasswordResponse>PcaConnectorScepAsyncClient. getChallengePassword(Consumer<GetChallengePasswordRequest.Builder> getChallengePasswordRequest)Retrieves the challenge password for the specified Challenge.default CompletableFuture<GetChallengePasswordResponse>PcaConnectorScepAsyncClient. getChallengePassword(GetChallengePasswordRequest getChallengePasswordRequest)Retrieves the challenge password for the specified Challenge.
-