Uses of Interface
software.amazon.awssdk.services.cloudfront.model.UpdatePublicKeyRequest.Builder
-
Packages that use UpdatePublicKeyRequest.Builder Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront software.amazon.awssdk.services.cloudfront.model -
-
Uses of UpdatePublicKeyRequest.Builder in software.amazon.awssdk.services.cloudfront
Method parameters in software.amazon.awssdk.services.cloudfront with type arguments of type UpdatePublicKeyRequest.Builder Modifier and Type Method Description default 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.Builder Modifier and Type Method Description static UpdatePublicKeyRequest.BuilderUpdatePublicKeyRequest. builder()UpdatePublicKeyRequest.BuilderUpdatePublicKeyRequest.Builder. id(String id)The identifier of the public key that you are updating.UpdatePublicKeyRequest.BuilderUpdatePublicKeyRequest.Builder. ifMatch(String ifMatch)The value of theETagheader that you received when retrieving the public key to update.UpdatePublicKeyRequest.BuilderUpdatePublicKeyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdatePublicKeyRequest.BuilderUpdatePublicKeyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default UpdatePublicKeyRequest.BuilderUpdatePublicKeyRequest.Builder. publicKeyConfig(Consumer<PublicKeyConfig.Builder> publicKeyConfig)A public key configuration.UpdatePublicKeyRequest.BuilderUpdatePublicKeyRequest.Builder. publicKeyConfig(PublicKeyConfig publicKeyConfig)A public key configuration.UpdatePublicKeyRequest.BuilderUpdatePublicKeyRequest. toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type UpdatePublicKeyRequest.Builder Modifier and Type Method Description static Class<? extends UpdatePublicKeyRequest.Builder>UpdatePublicKeyRequest. serializableBuilderClass()
-