Package | Description |
---|---|
com.amazonaws.services.codecommit |
|
com.amazonaws.services.codecommit.model |
Modifier and Type | Method and Description |
---|---|
UpdateRepositoryEncryptionKeyResult |
AWSCodeCommitClient.updateRepositoryEncryptionKey(UpdateRepositoryEncryptionKeyRequest request)
Updates the Key Management Service encryption key used to encrypt and decrypt a CodeCommit repository.
|
UpdateRepositoryEncryptionKeyResult |
AbstractAWSCodeCommit.updateRepositoryEncryptionKey(UpdateRepositoryEncryptionKeyRequest request) |
UpdateRepositoryEncryptionKeyResult |
AWSCodeCommit.updateRepositoryEncryptionKey(UpdateRepositoryEncryptionKeyRequest updateRepositoryEncryptionKeyRequest)
Updates the Key Management Service encryption key used to encrypt and decrypt a CodeCommit repository.
|
Modifier and Type | Method and Description |
---|---|
UpdateRepositoryEncryptionKeyResult |
UpdateRepositoryEncryptionKeyResult.clone() |
UpdateRepositoryEncryptionKeyResult |
UpdateRepositoryEncryptionKeyResult.withKmsKeyId(String kmsKeyId)
The ID of the encryption key.
|
UpdateRepositoryEncryptionKeyResult |
UpdateRepositoryEncryptionKeyResult.withOriginalKmsKeyId(String originalKmsKeyId)
The ID of the encryption key formerly used to encrypt and decrypt the repository.
|
UpdateRepositoryEncryptionKeyResult |
UpdateRepositoryEncryptionKeyResult.withRepositoryId(String repositoryId)
The ID of the repository.
|
Copyright © 2024. All rights reserved.