Uses of Class
software.amazon.awssdk.services.backup.model.VaultType
-
Packages that use VaultType Package Description software.amazon.awssdk.services.backup.model -
-
Uses of VaultType in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return VaultType Modifier and Type Method Description VaultTypeListBackupVaultsRequest. byVaultType()This parameter will sort the list of vaults by vault type.static VaultTypeVaultType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static VaultTypeVaultType. 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.VaultTypeDescribeBackupVaultResponse. vaultType()This is the type of vault described.VaultTypeDescribeRecoveryPointResponse. vaultType()This is the type of vault in which the described recovery point is stored.VaultTypeRecoveryPointByBackupVault. vaultType()This is the type of vault in which the described recovery point is stored.VaultTypeRecoveryPointByResource. vaultType()This is the type of vault in which the described recovery point is stored.Methods in software.amazon.awssdk.services.backup.model that return types with arguments of type VaultType Modifier and Type Method Description static Set<VaultType>VaultType. knownValues()Methods in software.amazon.awssdk.services.backup.model with parameters of type VaultType Modifier and Type Method Description ListBackupVaultsRequest.BuilderListBackupVaultsRequest.Builder. byVaultType(VaultType byVaultType)This parameter will sort the list of vaults by vault type.DescribeBackupVaultResponse.BuilderDescribeBackupVaultResponse.Builder. vaultType(VaultType vaultType)This is the type of vault described.DescribeRecoveryPointResponse.BuilderDescribeRecoveryPointResponse.Builder. vaultType(VaultType vaultType)This is the type of vault in which the described recovery point is stored.RecoveryPointByBackupVault.BuilderRecoveryPointByBackupVault.Builder. vaultType(VaultType vaultType)This is the type of vault in which the described recovery point is stored.RecoveryPointByResource.BuilderRecoveryPointByResource.Builder. vaultType(VaultType vaultType)This is the type of vault in which the described recovery point is stored.
-