| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
VaultType |
ListBackupVaultsRequest.byVaultType()
This parameter will sort the list of vaults by vault type.
|
static VaultType |
VaultType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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.
|
VaultType |
DescribeBackupVaultResponse.vaultType()
This is the type of vault described.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<VaultType> |
VaultType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListBackupVaultsRequest.Builder |
ListBackupVaultsRequest.Builder.byVaultType(VaultType byVaultType)
This parameter will sort the list of vaults by vault type.
|
DescribeBackupVaultResponse.Builder |
DescribeBackupVaultResponse.Builder.vaultType(VaultType vaultType)
This is the type of vault described.
|
Copyright © 2023. All rights reserved.