| Package | Description |
|---|---|
| software.amazon.awssdk.services.efs.model |
| Modifier and Type | Method and Description |
|---|---|
static ResourceIdType |
ResourceIdType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ResourceIdType |
PutAccountPreferencesRequest.resourceIdType()
Specifies the EFS resource ID preference to set for the user's Amazon Web Services account, in the current Amazon
Web Services Region, either
LONG_ID (17 characters), or SHORT_ID (8 characters). |
ResourceIdType |
ResourceIdPreference.resourceIdType()
Identifies the EFS resource ID preference, either
LONG_ID (17 characters) or SHORT_ID
(8 characters). |
static ResourceIdType |
ResourceIdType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceIdType[] |
ResourceIdType.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<ResourceIdType> |
ResourceIdType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
PutAccountPreferencesRequest.Builder |
PutAccountPreferencesRequest.Builder.resourceIdType(ResourceIdType resourceIdType)
Specifies the EFS resource ID preference to set for the user's Amazon Web Services account, in the current
Amazon Web Services Region, either
LONG_ID (17 characters), or SHORT_ID (8
characters). |
ResourceIdPreference.Builder |
ResourceIdPreference.Builder.resourceIdType(ResourceIdType resourceIdType)
Identifies the EFS resource ID preference, either
LONG_ID (17 characters) or
SHORT_ID (8 characters). |
Copyright © 2023. All rights reserved.