Uses of Interface
software.amazon.awssdk.services.cloudfront.model.CreatePublicKeyRequest.Builder
-
Packages that use CreatePublicKeyRequest.Builder Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront software.amazon.awssdk.services.cloudfront.model -
-
Uses of CreatePublicKeyRequest.Builder in software.amazon.awssdk.services.cloudfront
Method parameters in software.amazon.awssdk.services.cloudfront with type arguments of type CreatePublicKeyRequest.Builder Modifier and Type Method Description default 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.Builder Modifier and Type Method Description static CreatePublicKeyRequest.BuilderCreatePublicKeyRequest. builder()CreatePublicKeyRequest.BuilderCreatePublicKeyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreatePublicKeyRequest.BuilderCreatePublicKeyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default CreatePublicKeyRequest.BuilderCreatePublicKeyRequest.Builder. publicKeyConfig(Consumer<PublicKeyConfig.Builder> publicKeyConfig)A CloudFront public key configuration.CreatePublicKeyRequest.BuilderCreatePublicKeyRequest.Builder. publicKeyConfig(PublicKeyConfig publicKeyConfig)A CloudFront public key configuration.CreatePublicKeyRequest.BuilderCreatePublicKeyRequest. toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type CreatePublicKeyRequest.Builder Modifier and Type Method Description static Class<? extends CreatePublicKeyRequest.Builder>CreatePublicKeyRequest. serializableBuilderClass()
-