Uses of Class
software.amazon.awssdk.services.pcaconnectorscep.model.ChallengeMetadataSummary
-
Packages that use ChallengeMetadataSummary Package Description software.amazon.awssdk.services.pcaconnectorscep.model software.amazon.awssdk.services.pcaconnectorscep.paginators -
-
Uses of ChallengeMetadataSummary in software.amazon.awssdk.services.pcaconnectorscep.model
Methods in software.amazon.awssdk.services.pcaconnectorscep.model that return types with arguments of type ChallengeMetadataSummary Modifier and Type Method Description List<ChallengeMetadataSummary>ListChallengeMetadataResponse. challenges()The challenge metadata for the challenges belonging to your Amazon Web Services account.Methods in software.amazon.awssdk.services.pcaconnectorscep.model with parameters of type ChallengeMetadataSummary Modifier and Type Method Description ListChallengeMetadataResponse.BuilderListChallengeMetadataResponse.Builder. challenges(ChallengeMetadataSummary... challenges)The challenge metadata for the challenges belonging to your Amazon Web Services account.Method parameters in software.amazon.awssdk.services.pcaconnectorscep.model with type arguments of type ChallengeMetadataSummary Modifier and Type Method Description ListChallengeMetadataResponse.BuilderListChallengeMetadataResponse.Builder. challenges(Collection<ChallengeMetadataSummary> challenges)The challenge metadata for the challenges belonging to your Amazon Web Services account. -
Uses of ChallengeMetadataSummary in software.amazon.awssdk.services.pcaconnectorscep.paginators
Methods in software.amazon.awssdk.services.pcaconnectorscep.paginators that return types with arguments of type ChallengeMetadataSummary Modifier and Type Method Description SdkIterable<ChallengeMetadataSummary>ListChallengeMetadataIterable. challenges()Returns an iterable to iterate through the paginatedListChallengeMetadataResponse.challenges()member.SdkPublisher<ChallengeMetadataSummary>ListChallengeMetadataPublisher. challenges()Returns a publisher that can be used to get a stream of data.
-