Uses of Interface
software.amazon.awssdk.services.codecommit.model.UpdateRepositoryEncryptionKeyRequest.Builder
-
Packages that use UpdateRepositoryEncryptionKeyRequest.Builder Package Description software.amazon.awssdk.services.codecommit CodeCommit software.amazon.awssdk.services.codecommit.model -
-
Uses of UpdateRepositoryEncryptionKeyRequest.Builder in software.amazon.awssdk.services.codecommit
Method parameters in software.amazon.awssdk.services.codecommit with type arguments of type UpdateRepositoryEncryptionKeyRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateRepositoryEncryptionKeyResponse>CodeCommitAsyncClient. updateRepositoryEncryptionKey(Consumer<UpdateRepositoryEncryptionKeyRequest.Builder> updateRepositoryEncryptionKeyRequest)Updates the Key Management Service encryption key used to encrypt and decrypt a CodeCommit repository.default UpdateRepositoryEncryptionKeyResponseCodeCommitClient. updateRepositoryEncryptionKey(Consumer<UpdateRepositoryEncryptionKeyRequest.Builder> updateRepositoryEncryptionKeyRequest)Updates the Key Management Service encryption key used to encrypt and decrypt a CodeCommit repository. -
Uses of UpdateRepositoryEncryptionKeyRequest.Builder in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return UpdateRepositoryEncryptionKeyRequest.Builder Modifier and Type Method Description static UpdateRepositoryEncryptionKeyRequest.BuilderUpdateRepositoryEncryptionKeyRequest. builder()UpdateRepositoryEncryptionKeyRequest.BuilderUpdateRepositoryEncryptionKeyRequest.Builder. kmsKeyId(String kmsKeyId)The ID of the encryption key.UpdateRepositoryEncryptionKeyRequest.BuilderUpdateRepositoryEncryptionKeyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateRepositoryEncryptionKeyRequest.BuilderUpdateRepositoryEncryptionKeyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateRepositoryEncryptionKeyRequest.BuilderUpdateRepositoryEncryptionKeyRequest.Builder. repositoryName(String repositoryName)The name of the repository for which you want to update the KMS encryption key used to encrypt and decrypt the repository.UpdateRepositoryEncryptionKeyRequest.BuilderUpdateRepositoryEncryptionKeyRequest. toBuilder()Methods in software.amazon.awssdk.services.codecommit.model that return types with arguments of type UpdateRepositoryEncryptionKeyRequest.Builder Modifier and Type Method Description static Class<? extends UpdateRepositoryEncryptionKeyRequest.Builder>UpdateRepositoryEncryptionKeyRequest. serializableBuilderClass()
-