Uses of Class
software.amazon.awssdk.services.pcaconnectorscep.model.GetChallengeMetadataRequest
-
Packages that use GetChallengeMetadataRequest 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 GetChallengeMetadataRequest in software.amazon.awssdk.services.pcaconnectorscep
Methods in software.amazon.awssdk.services.pcaconnectorscep with parameters of type GetChallengeMetadataRequest Modifier and Type Method Description default CompletableFuture<GetChallengeMetadataResponse>PcaConnectorScepAsyncClient. getChallengeMetadata(GetChallengeMetadataRequest getChallengeMetadataRequest)Retrieves the metadata for the specified Challenge.default GetChallengeMetadataResponsePcaConnectorScepClient. getChallengeMetadata(GetChallengeMetadataRequest getChallengeMetadataRequest)Retrieves the metadata for the specified Challenge. -
Uses of GetChallengeMetadataRequest in software.amazon.awssdk.services.pcaconnectorscep.transform
Methods in software.amazon.awssdk.services.pcaconnectorscep.transform with parameters of type GetChallengeMetadataRequest Modifier and Type Method Description SdkHttpFullRequestGetChallengeMetadataRequestMarshaller. marshall(GetChallengeMetadataRequest getChallengeMetadataRequest)
-