Uses of Interface
software.amazon.awssdk.services.cloudfront.model.UpdatePublicKeyRequest.Builder
Packages that use UpdatePublicKeyRequest.Builder
Package
Description
-
Uses of UpdatePublicKeyRequest.Builder in software.amazon.awssdk.services.cloudfront
Method parameters in software.amazon.awssdk.services.cloudfront with type arguments of type UpdatePublicKeyRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<UpdatePublicKeyResponse>CloudFrontAsyncClient.updatePublicKey(Consumer<UpdatePublicKeyRequest.Builder> updatePublicKeyRequest) Update public key information.default UpdatePublicKeyResponseCloudFrontClient.updatePublicKey(Consumer<UpdatePublicKeyRequest.Builder> updatePublicKeyRequest) Update public key information. -
Uses of UpdatePublicKeyRequest.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return UpdatePublicKeyRequest.BuilderModifier and TypeMethodDescriptionUpdatePublicKeyRequest.builder()The identifier of the public key that you are updating.The value of theETagheader that you received when retrieving the public key to update.UpdatePublicKeyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdatePublicKeyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) default UpdatePublicKeyRequest.BuilderUpdatePublicKeyRequest.Builder.publicKeyConfig(Consumer<PublicKeyConfig.Builder> publicKeyConfig) A public key configuration.UpdatePublicKeyRequest.Builder.publicKeyConfig(PublicKeyConfig publicKeyConfig) A public key configuration.UpdatePublicKeyRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type UpdatePublicKeyRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdatePublicKeyRequest.Builder>UpdatePublicKeyRequest.serializableBuilderClass()