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 UpdateRepositoryEncryptionKeyResponse
CodeCommitClient. 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.Builder
UpdateRepositoryEncryptionKeyRequest. builder()
UpdateRepositoryEncryptionKeyRequest.Builder
UpdateRepositoryEncryptionKeyRequest.Builder. kmsKeyId(String kmsKeyId)
The ID of the encryption key.UpdateRepositoryEncryptionKeyRequest.Builder
UpdateRepositoryEncryptionKeyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
UpdateRepositoryEncryptionKeyRequest.Builder
UpdateRepositoryEncryptionKeyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
UpdateRepositoryEncryptionKeyRequest.Builder
UpdateRepositoryEncryptionKeyRequest.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.Builder
UpdateRepositoryEncryptionKeyRequest. 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()
-