Uses of Interface
software.amazon.awssdk.services.cloudfront.model.ListPublicKeysRequest.Builder
Packages that use ListPublicKeysRequest.Builder
Package
Description
-
Uses of ListPublicKeysRequest.Builder in software.amazon.awssdk.services.cloudfront
Method parameters in software.amazon.awssdk.services.cloudfront with type arguments of type ListPublicKeysRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<ListPublicKeysResponse>CloudFrontAsyncClient.listPublicKeys(Consumer<ListPublicKeysRequest.Builder> listPublicKeysRequest) List all public keys that have been added to CloudFront for this account.default ListPublicKeysResponseCloudFrontClient.listPublicKeys(Consumer<ListPublicKeysRequest.Builder> listPublicKeysRequest) List all public keys that have been added to CloudFront for this account. -
Uses of ListPublicKeysRequest.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return ListPublicKeysRequest.BuilderModifier and TypeMethodDescriptionListPublicKeysRequest.builder()Use this when paginating results to indicate where to begin in your list of public keys.The maximum number of public keys you want in the response body.ListPublicKeysRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListPublicKeysRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListPublicKeysRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type ListPublicKeysRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListPublicKeysRequest.Builder>ListPublicKeysRequest.serializableBuilderClass()