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