Uses of Interface
software.amazon.awssdk.services.cloudfront.model.PublicKeyList.Builder
-
Packages that use PublicKeyList.Builder Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of PublicKeyList.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return PublicKeyList.Builder Modifier and Type Method Description static PublicKeyList.BuilderPublicKeyList. builder()PublicKeyList.BuilderPublicKeyList.Builder. items(Collection<PublicKeySummary> items)A list of public keys.PublicKeyList.BuilderPublicKeyList.Builder. items(Consumer<PublicKeySummary.Builder>... items)A list of public keys.PublicKeyList.BuilderPublicKeyList.Builder. items(PublicKeySummary... items)A list of public keys.PublicKeyList.BuilderPublicKeyList.Builder. maxItems(Integer maxItems)The maximum number of public keys you want in the response.PublicKeyList.BuilderPublicKeyList.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.PublicKeyList.BuilderPublicKeyList.Builder. quantity(Integer quantity)The number of public keys in the list.PublicKeyList.BuilderPublicKeyList. toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type PublicKeyList.Builder Modifier and Type Method Description static Class<? extends PublicKeyList.Builder>PublicKeyList. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type PublicKeyList.Builder Modifier and Type Method Description default ListPublicKeysResponse.BuilderListPublicKeysResponse.Builder. publicKeyList(Consumer<PublicKeyList.Builder> publicKeyList)Returns a list of all public keys that have been added to CloudFront for this account.
-