Uses of Interface
software.amazon.awssdk.services.cloudfront.model.PublicKey.Builder
Packages that use PublicKey.Builder
-
Uses of PublicKey.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return PublicKey.BuilderModifier and TypeMethodDescriptionstatic PublicKey.BuilderPublicKey.builder()PublicKey.Builder.createdTime(Instant createdTime) The date and time when the public key was uploaded.The identifier of the public key.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.PublicKey.Builder.publicKeyConfig(PublicKeyConfig publicKeyConfig) Configuration information about a public key that you can use with signed URLs and signed cookies, or with field-level encryption.PublicKey.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type PublicKey.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PublicKey.Builder>PublicKey.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type PublicKey.BuilderModifier and TypeMethodDescriptiondefault CreatePublicKeyResponse.BuilderCreatePublicKeyResponse.Builder.publicKey(Consumer<PublicKey.Builder> publicKey) The public key.default GetPublicKeyResponse.BuilderGetPublicKeyResponse.Builder.publicKey(Consumer<PublicKey.Builder> publicKey) The public key.default UpdatePublicKeyResponse.BuilderUpdatePublicKeyResponse.Builder.publicKey(Consumer<PublicKey.Builder> publicKey) The public key.