Uses of Interface
software.amazon.awssdk.services.cloudfront.model.CreatePublicKeyRequest.Builder
Packages that use CreatePublicKeyRequest.Builder
Package
Description
-
Uses of CreatePublicKeyRequest.Builder in software.amazon.awssdk.services.cloudfront
Method parameters in software.amazon.awssdk.services.cloudfront with type arguments of type CreatePublicKeyRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<CreatePublicKeyResponse>CloudFrontAsyncClient.createPublicKey(Consumer<CreatePublicKeyRequest.Builder> createPublicKeyRequest) Uploads a public key to CloudFront that you can use with signed URLs and signed cookies, or with field-level encryption.default CreatePublicKeyResponseCloudFrontClient.createPublicKey(Consumer<CreatePublicKeyRequest.Builder> createPublicKeyRequest) Uploads a public key to CloudFront that you can use with signed URLs and signed cookies, or with field-level encryption. -
Uses of CreatePublicKeyRequest.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return CreatePublicKeyRequest.BuilderModifier and TypeMethodDescriptionCreatePublicKeyRequest.builder()CreatePublicKeyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreatePublicKeyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) default CreatePublicKeyRequest.BuilderCreatePublicKeyRequest.Builder.publicKeyConfig(Consumer<PublicKeyConfig.Builder> publicKeyConfig) A CloudFront public key configuration.CreatePublicKeyRequest.Builder.publicKeyConfig(PublicKeyConfig publicKeyConfig) A CloudFront public key configuration.CreatePublicKeyRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type CreatePublicKeyRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreatePublicKeyRequest.Builder>CreatePublicKeyRequest.serializableBuilderClass()