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