Uses of Interface
software.amazon.awssdk.services.cloudfront.model.PublicKeyConfig.Builder
Packages that use PublicKeyConfig.Builder
-
Uses of PublicKeyConfig.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return PublicKeyConfig.BuilderModifier and TypeMethodDescriptionstatic PublicKeyConfig.BuilderPublicKeyConfig.builder()PublicKeyConfig.Builder.callerReference(String callerReference) A string included in the request to help make sure that the request can't be replayed.A comment to describe the public key.PublicKeyConfig.Builder.encodedKey(String encodedKey) The public key that you can use with signed URLs and signed cookies, or with field-level encryption.A name to help identify the public key.PublicKeyConfig.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type PublicKeyConfig.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PublicKeyConfig.Builder>PublicKeyConfig.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type PublicKeyConfig.BuilderModifier and TypeMethodDescriptiondefault CreatePublicKeyRequest.BuilderCreatePublicKeyRequest.Builder.publicKeyConfig(Consumer<PublicKeyConfig.Builder> publicKeyConfig) A CloudFront public key configuration.GetPublicKeyConfigResponse.Builder.publicKeyConfig(Consumer<PublicKeyConfig.Builder> publicKeyConfig) A public key configuration.default PublicKey.BuilderPublicKey.Builder.publicKeyConfig(Consumer<PublicKeyConfig.Builder> publicKeyConfig) Configuration information about a public key that you can use with signed URLs and signed cookies, or with field-level encryption.default UpdatePublicKeyRequest.BuilderUpdatePublicKeyRequest.Builder.publicKeyConfig(Consumer<PublicKeyConfig.Builder> publicKeyConfig) A public key configuration.