Uses of Class
software.amazon.awssdk.services.codecommit.model.UpdateRepositoryEncryptionKeyResponse
-
Packages that use UpdateRepositoryEncryptionKeyResponse Package Description software.amazon.awssdk.services.codecommit CodeCommit -
-
Uses of UpdateRepositoryEncryptionKeyResponse in software.amazon.awssdk.services.codecommit
Methods in software.amazon.awssdk.services.codecommit that return UpdateRepositoryEncryptionKeyResponse Modifier and Type Method Description default UpdateRepositoryEncryptionKeyResponse
CodeCommitClient. updateRepositoryEncryptionKey(Consumer<UpdateRepositoryEncryptionKeyRequest.Builder> updateRepositoryEncryptionKeyRequest)
Updates the Key Management Service encryption key used to encrypt and decrypt a CodeCommit repository.default UpdateRepositoryEncryptionKeyResponse
CodeCommitClient. updateRepositoryEncryptionKey(UpdateRepositoryEncryptionKeyRequest updateRepositoryEncryptionKeyRequest)
Updates the Key Management Service encryption key used to encrypt and decrypt a CodeCommit repository.Methods in software.amazon.awssdk.services.codecommit that return types with arguments of type UpdateRepositoryEncryptionKeyResponse 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 CompletableFuture<UpdateRepositoryEncryptionKeyResponse>
CodeCommitAsyncClient. updateRepositoryEncryptionKey(UpdateRepositoryEncryptionKeyRequest updateRepositoryEncryptionKeyRequest)
Updates the Key Management Service encryption key used to encrypt and decrypt a CodeCommit repository.
-