Uses of Interface
software.amazon.awssdk.services.pcaconnectorscep.model.ListChallengeMetadataResponse.Builder
-
Packages that use ListChallengeMetadataResponse.Builder Package Description software.amazon.awssdk.services.pcaconnectorscep.model -
-
Uses of ListChallengeMetadataResponse.Builder in software.amazon.awssdk.services.pcaconnectorscep.model
Methods in software.amazon.awssdk.services.pcaconnectorscep.model that return ListChallengeMetadataResponse.Builder Modifier and Type Method Description static ListChallengeMetadataResponse.BuilderListChallengeMetadataResponse. builder()ListChallengeMetadataResponse.BuilderListChallengeMetadataResponse.Builder. challenges(Collection<ChallengeMetadataSummary> challenges)The challenge metadata for the challenges belonging to your Amazon Web Services account.ListChallengeMetadataResponse.BuilderListChallengeMetadataResponse.Builder. challenges(Consumer<ChallengeMetadataSummary.Builder>... challenges)The challenge metadata for the challenges belonging to your Amazon Web Services account.ListChallengeMetadataResponse.BuilderListChallengeMetadataResponse.Builder. challenges(ChallengeMetadataSummary... challenges)The challenge metadata for the challenges belonging to your Amazon Web Services account.ListChallengeMetadataResponse.BuilderListChallengeMetadataResponse.Builder. nextToken(String nextToken)When you request a list of objects with aMaxResultssetting, if the number of objects that are still available for retrieval exceeds the maximum you requested, Connector for SCEP returns aNextTokenvalue in the response.ListChallengeMetadataResponse.BuilderListChallengeMetadataResponse. toBuilder()Methods in software.amazon.awssdk.services.pcaconnectorscep.model that return types with arguments of type ListChallengeMetadataResponse.Builder Modifier and Type Method Description static Class<? extends ListChallengeMetadataResponse.Builder>ListChallengeMetadataResponse. serializableBuilderClass()
-