| Package | Description |
|---|---|
| software.amazon.awssdk.services.dlm.model |
| Modifier and Type | Method and Description |
|---|---|
static ResourceLocationValues |
ResourceLocationValues.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ResourceLocationValues |
ResourceLocationValues.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceLocationValues[] |
ResourceLocationValues.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ResourceLocationValues> |
ResourceLocationValues.knownValues()
|
List<ResourceLocationValues> |
PolicyDetails.resourceLocations()
The location of the resources to backup.
|
| Modifier and Type | Method and Description |
|---|---|
PolicyDetails.Builder |
PolicyDetails.Builder.resourceLocations(ResourceLocationValues... resourceLocations)
The location of the resources to backup.
|
| Modifier and Type | Method and Description |
|---|---|
PolicyDetails.Builder |
PolicyDetails.Builder.resourceLocations(Collection<ResourceLocationValues> resourceLocations)
The location of the resources to backup.
|
Copyright © 2022. All rights reserved.