| Package | Description |
|---|---|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
static VaultType |
VaultType.fromValue(String value)
Use this in place of valueOf.
|
static VaultType |
VaultType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VaultType[] |
VaultType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ListBackupVaultsRequest |
ListBackupVaultsRequest.withByVaultType(VaultType byVaultType)
This parameter will sort the list of vaults by vault type.
|
RecoveryPointByResource |
RecoveryPointByResource.withVaultType(VaultType vaultType)
This is the type of vault in which the described recovery point is stored.
|
RecoveryPointByBackupVault |
RecoveryPointByBackupVault.withVaultType(VaultType vaultType)
This is the type of vault in which the described recovery point is stored.
|
DescribeRecoveryPointResult |
DescribeRecoveryPointResult.withVaultType(VaultType vaultType)
This is the type of vault in which the described recovery point is stored.
|
DescribeBackupVaultResult |
DescribeBackupVaultResult.withVaultType(VaultType vaultType)
This is the type of vault described.
|
Copyright © 2024. All rights reserved.