Uses of Class
com.microsoft.azure.keyvault.models.SecretBundle
-
Packages that use SecretBundle Package Description com.microsoft.azure.keyvault This package contains the classes for KeyVaultClientBase.com.microsoft.azure.keyvault.implementation This package contains the classes for KeyVaultClient.com.microsoft.azure.keyvault.models This package contains the models classes for KeyVaultClientBase. -
-
Uses of SecretBundle in com.microsoft.azure.keyvault
Methods in com.microsoft.azure.keyvault that return SecretBundle Modifier and Type Method Description SecretBundle
KeyVaultClientBase. getSecret(String vaultBaseUrl, String secretName, String secretVersion)
Get a specified secret from a given key vault.SecretBundle
KeyVaultClientCustom. getSecret(String secretIdentifier)
Get a specified secret from a given key vault.SecretBundle
KeyVaultClientCustom. getSecret(String vaultBaseUrl, String secretName)
Get a specified secret from a given key vault.SecretBundle
KeyVaultClientBase. recoverDeletedSecret(String vaultBaseUrl, String secretName)
Recovers the deleted secret to the latest version.SecretBundle
KeyVaultClientBase. restoreSecret(String vaultBaseUrl, byte[] secretBundleBackup)
Restores a backed up secret to a vault.SecretBundle
KeyVaultClientBase. setSecret(String vaultBaseUrl, String secretName, String value)
Sets a secret in a specified key vault.SecretBundle
KeyVaultClientBase. setSecret(String vaultBaseUrl, String secretName, String value, Map<String,String> tags, String contentType, SecretAttributes secretAttributes)
Sets a secret in a specified key vault.SecretBundle
KeyVaultClientCustom. setSecret(SetSecretRequest setSecretRequest)
Sets a secret in the specified vault.SecretBundle
KeyVaultClientBase. updateSecret(String vaultBaseUrl, String secretName, String secretVersion)
Updates the attributes associated with a specified secret in a given key vault.SecretBundle
KeyVaultClientBase. updateSecret(String vaultBaseUrl, String secretName, String secretVersion, String contentType, SecretAttributes secretAttributes, Map<String,String> tags)
Updates the attributes associated with a specified secret in a given key vault.SecretBundle
KeyVaultClientCustom. updateSecret(UpdateSecretRequest updateSecretRequest)
Updates the attributes associated with a specified secret in a given key vault.Methods in com.microsoft.azure.keyvault that return types with arguments of type SecretBundle Modifier and Type Method Description rx.Observable<SecretBundle>
KeyVaultClientBase. getSecretAsync(String vaultBaseUrl, String secretName, String secretVersion)
Get a specified secret from a given key vault.com.microsoft.rest.ServiceFuture<SecretBundle>
KeyVaultClientBase. getSecretAsync(String vaultBaseUrl, String secretName, String secretVersion, com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Get a specified secret from a given key vault.com.microsoft.rest.ServiceFuture<SecretBundle>
KeyVaultClientCustom. getSecretAsync(String secretIdentifier, com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Get a specified secret from a given key vault.com.microsoft.rest.ServiceFuture<SecretBundle>
KeyVaultClientCustom. getSecretAsync(String vaultBaseUrl, String secretName, com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Get a specified secret from a given key vault.rx.Observable<com.microsoft.rest.ServiceResponse<SecretBundle>>
KeyVaultClientBase. getSecretWithServiceResponseAsync(String vaultBaseUrl, String secretName, String secretVersion)
Get a specified secret from a given key vault.rx.Observable<SecretBundle>
KeyVaultClientBase. recoverDeletedSecretAsync(String vaultBaseUrl, String secretName)
Recovers the deleted secret to the latest version.com.microsoft.rest.ServiceFuture<SecretBundle>
KeyVaultClientBase. recoverDeletedSecretAsync(String vaultBaseUrl, String secretName, com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Recovers the deleted secret to the latest version.rx.Observable<com.microsoft.rest.ServiceResponse<SecretBundle>>
KeyVaultClientBase. recoverDeletedSecretWithServiceResponseAsync(String vaultBaseUrl, String secretName)
Recovers the deleted secret to the latest version.rx.Observable<SecretBundle>
KeyVaultClientBase. restoreSecretAsync(String vaultBaseUrl, byte[] secretBundleBackup)
Restores a backed up secret to a vault.com.microsoft.rest.ServiceFuture<SecretBundle>
KeyVaultClientBase. restoreSecretAsync(String vaultBaseUrl, byte[] secretBundleBackup, com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Restores a backed up secret to a vault.rx.Observable<com.microsoft.rest.ServiceResponse<SecretBundle>>
KeyVaultClientBase. restoreSecretWithServiceResponseAsync(String vaultBaseUrl, byte[] secretBundleBackup)
Restores a backed up secret to a vault.rx.Observable<SecretBundle>
KeyVaultClientBase. setSecretAsync(String vaultBaseUrl, String secretName, String value)
Sets a secret in a specified key vault.com.microsoft.rest.ServiceFuture<SecretBundle>
KeyVaultClientBase. setSecretAsync(String vaultBaseUrl, String secretName, String value, com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Sets a secret in a specified key vault.rx.Observable<SecretBundle>
KeyVaultClientBase. setSecretAsync(String vaultBaseUrl, String secretName, String value, Map<String,String> tags, String contentType, SecretAttributes secretAttributes)
Sets a secret in a specified key vault.com.microsoft.rest.ServiceFuture<SecretBundle>
KeyVaultClientBase. setSecretAsync(String vaultBaseUrl, String secretName, String value, Map<String,String> tags, String contentType, SecretAttributes secretAttributes, com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Sets a secret in a specified key vault.com.microsoft.rest.ServiceFuture<SecretBundle>
KeyVaultClientCustom. setSecretAsync(SetSecretRequest setSecretRequest, com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Sets a secret in the specified vault.rx.Observable<com.microsoft.rest.ServiceResponse<SecretBundle>>
KeyVaultClientBase. setSecretWithServiceResponseAsync(String vaultBaseUrl, String secretName, String value)
Sets a secret in a specified key vault.rx.Observable<com.microsoft.rest.ServiceResponse<SecretBundle>>
KeyVaultClientBase. setSecretWithServiceResponseAsync(String vaultBaseUrl, String secretName, String value, Map<String,String> tags, String contentType, SecretAttributes secretAttributes)
Sets a secret in a specified key vault.rx.Observable<SecretBundle>
KeyVaultClientBase. updateSecretAsync(String vaultBaseUrl, String secretName, String secretVersion)
Updates the attributes associated with a specified secret in a given key vault.com.microsoft.rest.ServiceFuture<SecretBundle>
KeyVaultClientBase. updateSecretAsync(String vaultBaseUrl, String secretName, String secretVersion, com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Updates the attributes associated with a specified secret in a given key vault.rx.Observable<SecretBundle>
KeyVaultClientBase. updateSecretAsync(String vaultBaseUrl, String secretName, String secretVersion, String contentType, SecretAttributes secretAttributes, Map<String,String> tags)
Updates the attributes associated with a specified secret in a given key vault.com.microsoft.rest.ServiceFuture<SecretBundle>
KeyVaultClientBase. updateSecretAsync(String vaultBaseUrl, String secretName, String secretVersion, String contentType, SecretAttributes secretAttributes, Map<String,String> tags, com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Updates the attributes associated with a specified secret in a given key vault.com.microsoft.rest.ServiceFuture<SecretBundle>
KeyVaultClientCustom. updateSecretAsync(UpdateSecretRequest updateSecretRequest, com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Updates the attributes associated with a specified secret in a given key vault.rx.Observable<com.microsoft.rest.ServiceResponse<SecretBundle>>
KeyVaultClientBase. updateSecretWithServiceResponseAsync(String vaultBaseUrl, String secretName, String secretVersion)
Updates the attributes associated with a specified secret in a given key vault.rx.Observable<com.microsoft.rest.ServiceResponse<SecretBundle>>
KeyVaultClientBase. updateSecretWithServiceResponseAsync(String vaultBaseUrl, String secretName, String secretVersion, String contentType, SecretAttributes secretAttributes, Map<String,String> tags)
Updates the attributes associated with a specified secret in a given key vault.Method parameters in com.microsoft.azure.keyvault with type arguments of type SecretBundle Modifier and Type Method Description com.microsoft.rest.ServiceFuture<SecretBundle>
KeyVaultClientBase. getSecretAsync(String vaultBaseUrl, String secretName, String secretVersion, com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Get a specified secret from a given key vault.com.microsoft.rest.ServiceFuture<SecretBundle>
KeyVaultClientCustom. getSecretAsync(String secretIdentifier, com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Get a specified secret from a given key vault.com.microsoft.rest.ServiceFuture<SecretBundle>
KeyVaultClientCustom. getSecretAsync(String vaultBaseUrl, String secretName, com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Get a specified secret from a given key vault.com.microsoft.rest.ServiceFuture<SecretBundle>
KeyVaultClientBase. recoverDeletedSecretAsync(String vaultBaseUrl, String secretName, com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Recovers the deleted secret to the latest version.com.microsoft.rest.ServiceFuture<SecretBundle>
KeyVaultClientBase. restoreSecretAsync(String vaultBaseUrl, byte[] secretBundleBackup, com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Restores a backed up secret to a vault.com.microsoft.rest.ServiceFuture<SecretBundle>
KeyVaultClientBase. setSecretAsync(String vaultBaseUrl, String secretName, String value, com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Sets a secret in a specified key vault.com.microsoft.rest.ServiceFuture<SecretBundle>
KeyVaultClientBase. setSecretAsync(String vaultBaseUrl, String secretName, String value, Map<String,String> tags, String contentType, SecretAttributes secretAttributes, com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Sets a secret in a specified key vault.com.microsoft.rest.ServiceFuture<SecretBundle>
KeyVaultClientCustom. setSecretAsync(SetSecretRequest setSecretRequest, com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Sets a secret in the specified vault.com.microsoft.rest.ServiceFuture<SecretBundle>
KeyVaultClientBase. updateSecretAsync(String vaultBaseUrl, String secretName, String secretVersion, com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Updates the attributes associated with a specified secret in a given key vault.com.microsoft.rest.ServiceFuture<SecretBundle>
KeyVaultClientBase. updateSecretAsync(String vaultBaseUrl, String secretName, String secretVersion, String contentType, SecretAttributes secretAttributes, Map<String,String> tags, com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Updates the attributes associated with a specified secret in a given key vault.com.microsoft.rest.ServiceFuture<SecretBundle>
KeyVaultClientCustom. updateSecretAsync(UpdateSecretRequest updateSecretRequest, com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Updates the attributes associated with a specified secret in a given key vault. -
Uses of SecretBundle in com.microsoft.azure.keyvault.implementation
Methods in com.microsoft.azure.keyvault.implementation that return SecretBundle Modifier and Type Method Description SecretBundle
KeyVaultClientBaseImpl. getSecret(String vaultBaseUrl, String secretName, String secretVersion)
Get a specified secret from a given key vault.SecretBundle
KeyVaultClientCustomImpl. getSecret(String secretIdentifier)
Get a specified secret from a given key vault.SecretBundle
KeyVaultClientCustomImpl. getSecret(String vaultBaseUrl, String secretName)
Get a specified secret from a given key vault.SecretBundle
KeyVaultClientBaseImpl. recoverDeletedSecret(String vaultBaseUrl, String secretName)
Recovers the deleted secret to the latest version.SecretBundle
KeyVaultClientBaseImpl. restoreSecret(String vaultBaseUrl, byte[] secretBundleBackup)
Restores a backed up secret to a vault.SecretBundle
KeyVaultClientBaseImpl. setSecret(String vaultBaseUrl, String secretName, String value)
Sets a secret in a specified key vault.SecretBundle
KeyVaultClientBaseImpl. setSecret(String vaultBaseUrl, String secretName, String value, Map<String,String> tags, String contentType, SecretAttributes secretAttributes)
Sets a secret in a specified key vault.SecretBundle
KeyVaultClientCustomImpl. setSecret(SetSecretRequest setSecretRequest)
Sets a secret in the specified vault.SecretBundle
KeyVaultClientBaseImpl. updateSecret(String vaultBaseUrl, String secretName, String secretVersion)
Updates the attributes associated with a specified secret in a given key vault.SecretBundle
KeyVaultClientBaseImpl. updateSecret(String vaultBaseUrl, String secretName, String secretVersion, String contentType, SecretAttributes secretAttributes, Map<String,String> tags)
Updates the attributes associated with a specified secret in a given key vault.SecretBundle
KeyVaultClientCustomImpl. updateSecret(UpdateSecretRequest updateSecretRequest)
Updates the attributes associated with a specified secret in a given key vault.Methods in com.microsoft.azure.keyvault.implementation that return types with arguments of type SecretBundle Modifier and Type Method Description rx.Observable<SecretBundle>
KeyVaultClientBaseImpl. getSecretAsync(String vaultBaseUrl, String secretName, String secretVersion)
Get a specified secret from a given key vault.com.microsoft.rest.ServiceFuture<SecretBundle>
KeyVaultClientBaseImpl. getSecretAsync(String vaultBaseUrl, String secretName, String secretVersion, com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Get a specified secret from a given key vault.com.microsoft.rest.ServiceFuture<SecretBundle>
KeyVaultClientCustomImpl. getSecretAsync(String secretIdentifier, com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Get a specified secret from a given key vault.com.microsoft.rest.ServiceFuture<SecretBundle>
KeyVaultClientCustomImpl. getSecretAsync(String vaultBaseUrl, String secretName, com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Get a specified secret from a given key vault.rx.Observable<com.microsoft.rest.ServiceResponse<SecretBundle>>
KeyVaultClientBaseImpl. getSecretWithServiceResponseAsync(String vaultBaseUrl, String secretName, String secretVersion)
Get a specified secret from a given key vault.rx.Observable<SecretBundle>
KeyVaultClientBaseImpl. recoverDeletedSecretAsync(String vaultBaseUrl, String secretName)
Recovers the deleted secret to the latest version.com.microsoft.rest.ServiceFuture<SecretBundle>
KeyVaultClientBaseImpl. recoverDeletedSecretAsync(String vaultBaseUrl, String secretName, com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Recovers the deleted secret to the latest version.rx.Observable<com.microsoft.rest.ServiceResponse<SecretBundle>>
KeyVaultClientBaseImpl. recoverDeletedSecretWithServiceResponseAsync(String vaultBaseUrl, String secretName)
Recovers the deleted secret to the latest version.rx.Observable<SecretBundle>
KeyVaultClientBaseImpl. restoreSecretAsync(String vaultBaseUrl, byte[] secretBundleBackup)
Restores a backed up secret to a vault.com.microsoft.rest.ServiceFuture<SecretBundle>
KeyVaultClientBaseImpl. restoreSecretAsync(String vaultBaseUrl, byte[] secretBundleBackup, com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Restores a backed up secret to a vault.rx.Observable<com.microsoft.rest.ServiceResponse<SecretBundle>>
KeyVaultClientBaseImpl. restoreSecretWithServiceResponseAsync(String vaultBaseUrl, byte[] secretBundleBackup)
Restores a backed up secret to a vault.rx.Observable<SecretBundle>
KeyVaultClientBaseImpl. setSecretAsync(String vaultBaseUrl, String secretName, String value)
Sets a secret in a specified key vault.com.microsoft.rest.ServiceFuture<SecretBundle>
KeyVaultClientBaseImpl. setSecretAsync(String vaultBaseUrl, String secretName, String value, com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Sets a secret in a specified key vault.rx.Observable<SecretBundle>
KeyVaultClientBaseImpl. setSecretAsync(String vaultBaseUrl, String secretName, String value, Map<String,String> tags, String contentType, SecretAttributes secretAttributes)
Sets a secret in a specified key vault.com.microsoft.rest.ServiceFuture<SecretBundle>
KeyVaultClientBaseImpl. setSecretAsync(String vaultBaseUrl, String secretName, String value, Map<String,String> tags, String contentType, SecretAttributes secretAttributes, com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Sets a secret in a specified key vault.com.microsoft.rest.ServiceFuture<SecretBundle>
KeyVaultClientCustomImpl. setSecretAsync(SetSecretRequest setSecretRequest, com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Sets a secret in the specified vault.rx.Observable<com.microsoft.rest.ServiceResponse<SecretBundle>>
KeyVaultClientBaseImpl. setSecretWithServiceResponseAsync(String vaultBaseUrl, String secretName, String value)
Sets a secret in a specified key vault.rx.Observable<com.microsoft.rest.ServiceResponse<SecretBundle>>
KeyVaultClientBaseImpl. setSecretWithServiceResponseAsync(String vaultBaseUrl, String secretName, String value, Map<String,String> tags, String contentType, SecretAttributes secretAttributes)
Sets a secret in a specified key vault.rx.Observable<SecretBundle>
KeyVaultClientBaseImpl. updateSecretAsync(String vaultBaseUrl, String secretName, String secretVersion)
Updates the attributes associated with a specified secret in a given key vault.com.microsoft.rest.ServiceFuture<SecretBundle>
KeyVaultClientBaseImpl. updateSecretAsync(String vaultBaseUrl, String secretName, String secretVersion, com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Updates the attributes associated with a specified secret in a given key vault.rx.Observable<SecretBundle>
KeyVaultClientBaseImpl. updateSecretAsync(String vaultBaseUrl, String secretName, String secretVersion, String contentType, SecretAttributes secretAttributes, Map<String,String> tags)
Updates the attributes associated with a specified secret in a given key vault.com.microsoft.rest.ServiceFuture<SecretBundle>
KeyVaultClientBaseImpl. updateSecretAsync(String vaultBaseUrl, String secretName, String secretVersion, String contentType, SecretAttributes secretAttributes, Map<String,String> tags, com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Updates the attributes associated with a specified secret in a given key vault.com.microsoft.rest.ServiceFuture<SecretBundle>
KeyVaultClientCustomImpl. updateSecretAsync(UpdateSecretRequest updateSecretRequest, com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Updates the attributes associated with a specified secret in a given key vault.rx.Observable<com.microsoft.rest.ServiceResponse<SecretBundle>>
KeyVaultClientBaseImpl. updateSecretWithServiceResponseAsync(String vaultBaseUrl, String secretName, String secretVersion)
Updates the attributes associated with a specified secret in a given key vault.rx.Observable<com.microsoft.rest.ServiceResponse<SecretBundle>>
KeyVaultClientBaseImpl. updateSecretWithServiceResponseAsync(String vaultBaseUrl, String secretName, String secretVersion, String contentType, SecretAttributes secretAttributes, Map<String,String> tags)
Updates the attributes associated with a specified secret in a given key vault.Method parameters in com.microsoft.azure.keyvault.implementation with type arguments of type SecretBundle Modifier and Type Method Description com.microsoft.rest.ServiceFuture<SecretBundle>
KeyVaultClientBaseImpl. getSecretAsync(String vaultBaseUrl, String secretName, String secretVersion, com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Get a specified secret from a given key vault.com.microsoft.rest.ServiceFuture<SecretBundle>
KeyVaultClientCustomImpl. getSecretAsync(String secretIdentifier, com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Get a specified secret from a given key vault.com.microsoft.rest.ServiceFuture<SecretBundle>
KeyVaultClientCustomImpl. getSecretAsync(String vaultBaseUrl, String secretName, com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Get a specified secret from a given key vault.com.microsoft.rest.ServiceFuture<SecretBundle>
KeyVaultClientBaseImpl. recoverDeletedSecretAsync(String vaultBaseUrl, String secretName, com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Recovers the deleted secret to the latest version.com.microsoft.rest.ServiceFuture<SecretBundle>
KeyVaultClientBaseImpl. restoreSecretAsync(String vaultBaseUrl, byte[] secretBundleBackup, com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Restores a backed up secret to a vault.com.microsoft.rest.ServiceFuture<SecretBundle>
KeyVaultClientBaseImpl. setSecretAsync(String vaultBaseUrl, String secretName, String value, com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Sets a secret in a specified key vault.com.microsoft.rest.ServiceFuture<SecretBundle>
KeyVaultClientBaseImpl. setSecretAsync(String vaultBaseUrl, String secretName, String value, Map<String,String> tags, String contentType, SecretAttributes secretAttributes, com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Sets a secret in a specified key vault.com.microsoft.rest.ServiceFuture<SecretBundle>
KeyVaultClientCustomImpl. setSecretAsync(SetSecretRequest setSecretRequest, com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Sets a secret in the specified vault.com.microsoft.rest.ServiceFuture<SecretBundle>
KeyVaultClientBaseImpl. updateSecretAsync(String vaultBaseUrl, String secretName, String secretVersion, com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Updates the attributes associated with a specified secret in a given key vault.com.microsoft.rest.ServiceFuture<SecretBundle>
KeyVaultClientBaseImpl. updateSecretAsync(String vaultBaseUrl, String secretName, String secretVersion, String contentType, SecretAttributes secretAttributes, Map<String,String> tags, com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Updates the attributes associated with a specified secret in a given key vault.com.microsoft.rest.ServiceFuture<SecretBundle>
KeyVaultClientCustomImpl. updateSecretAsync(UpdateSecretRequest updateSecretRequest, com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Updates the attributes associated with a specified secret in a given key vault. -
Uses of SecretBundle in com.microsoft.azure.keyvault.models
Subclasses of SecretBundle in com.microsoft.azure.keyvault.models Modifier and Type Class Description class
DeletedSecretBundle
A Deleted Secret consisting of its previous id, attributes and its tags, as well as information on when it will be purged.Methods in com.microsoft.azure.keyvault.models that return SecretBundle Modifier and Type Method Description SecretBundle
SecretBundle. withAttributes(SecretAttributes attributes)
Set the attributes value.SecretBundle
SecretBundle. withContentType(String contentType)
Set the contentType value.SecretBundle
SecretBundle. withId(String id)
Set the id value.SecretBundle
SecretBundle. withTags(Map<String,String> tags)
Set the tags value.SecretBundle
SecretBundle. withValue(String value)
Set the value value.
-