Uses of Interface
software.amazon.awssdk.services.cloudfront.model.DeletePublicKeyRequest.Builder
Packages that use DeletePublicKeyRequest.Builder
Package
Description
-
Uses of DeletePublicKeyRequest.Builder in software.amazon.awssdk.services.cloudfront
Method parameters in software.amazon.awssdk.services.cloudfront with type arguments of type DeletePublicKeyRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<DeletePublicKeyResponse>CloudFrontAsyncClient.deletePublicKey(Consumer<DeletePublicKeyRequest.Builder> deletePublicKeyRequest) Remove a public key you previously added to CloudFront.default DeletePublicKeyResponseCloudFrontClient.deletePublicKey(Consumer<DeletePublicKeyRequest.Builder> deletePublicKeyRequest) Remove a public key you previously added to CloudFront. -
Uses of DeletePublicKeyRequest.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return DeletePublicKeyRequest.BuilderModifier and TypeMethodDescriptionDeletePublicKeyRequest.builder()The ID of the public key you want to remove from CloudFront.The value of theETagheader that you received when retrieving the public key identity to delete.DeletePublicKeyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DeletePublicKeyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DeletePublicKeyRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type DeletePublicKeyRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DeletePublicKeyRequest.Builder>DeletePublicKeyRequest.serializableBuilderClass()