| Package | Description |
|---|---|
| software.amazon.awssdk.services.efs.model |
| Modifier and Type | Method and Description |
|---|---|
static Resource |
Resource.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Resource |
Resource.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Resource[] |
Resource.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<Resource> |
Resource.knownValues()
|
List<Resource> |
ResourceIdPreference.resources()
Identifies the Amazon EFS resources to which the ID preference setting applies,
FILE_SYSTEM and
MOUNT_TARGET. |
| Modifier and Type | Method and Description |
|---|---|
ResourceIdPreference.Builder |
ResourceIdPreference.Builder.resources(Resource... resources)
Identifies the Amazon EFS resources to which the ID preference setting applies,
FILE_SYSTEM and
MOUNT_TARGET. |
| Modifier and Type | Method and Description |
|---|---|
ResourceIdPreference.Builder |
ResourceIdPreference.Builder.resources(Collection<Resource> resources)
Identifies the Amazon EFS resources to which the ID preference setting applies,
FILE_SYSTEM and
MOUNT_TARGET. |
Copyright © 2023. All rights reserved.