Uses of Interface
software.amazon.awssdk.services.cloudfront.model.PublicKeyList.Builder
Packages that use PublicKeyList.Builder
-
Uses of PublicKeyList.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return PublicKeyList.BuilderModifier and TypeMethodDescriptionstatic PublicKeyList.BuilderPublicKeyList.builder()PublicKeyList.Builder.items(Collection<PublicKeySummary> items) A list of public keys.PublicKeyList.Builder.items(Consumer<PublicKeySummary.Builder>... items) A list of public keys.PublicKeyList.Builder.items(PublicKeySummary... items) A list of public keys.The maximum number of public keys you want in the response.PublicKeyList.Builder.nextMarker(String nextMarker) If there are more elements to be listed, this element is present and contains the value that you can use for theMarkerrequest parameter to continue listing your public keys where you left off.The number of public keys in the list.PublicKeyList.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type PublicKeyList.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PublicKeyList.Builder>PublicKeyList.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type PublicKeyList.BuilderModifier and TypeMethodDescriptiondefault ListPublicKeysResponse.BuilderListPublicKeysResponse.Builder.publicKeyList(Consumer<PublicKeyList.Builder> publicKeyList) Returns a list of all public keys that have been added to CloudFront for this account.