| Package | Description |
|---|---|
| com.amazonaws.services.elasticfilesystem.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceIdPreference |
ResourceIdPreference.clone() |
ResourceIdPreference |
DescribeAccountPreferencesResult.getResourceIdPreference()
Describes the resource ID preference setting for the Amazon Web Services account associated with the user making
the request, in the current Amazon Web Services Region.
|
ResourceIdPreference |
PutAccountPreferencesResult.getResourceIdPreference() |
ResourceIdPreference |
ResourceIdPreference.withResourceIdType(ResourceIdType resourceIdType)
Identifies the EFS resource ID preference, either
LONG_ID (17 characters) or SHORT_ID
(8 characters). |
ResourceIdPreference |
ResourceIdPreference.withResourceIdType(String resourceIdType)
Identifies the EFS resource ID preference, either
LONG_ID (17 characters) or SHORT_ID
(8 characters). |
ResourceIdPreference |
ResourceIdPreference.withResources(Collection<String> resources)
Identifies the Amazon EFS resources to which the ID preference setting applies,
FILE_SYSTEM and
MOUNT_TARGET. |
ResourceIdPreference |
ResourceIdPreference.withResources(Resource... resources)
Identifies the Amazon EFS resources to which the ID preference setting applies,
FILE_SYSTEM and
MOUNT_TARGET. |
ResourceIdPreference |
ResourceIdPreference.withResources(String... resources)
Identifies the Amazon EFS resources to which the ID preference setting applies,
FILE_SYSTEM and
MOUNT_TARGET. |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAccountPreferencesResult.setResourceIdPreference(ResourceIdPreference resourceIdPreference)
Describes the resource ID preference setting for the Amazon Web Services account associated with the user making
the request, in the current Amazon Web Services Region.
|
void |
PutAccountPreferencesResult.setResourceIdPreference(ResourceIdPreference resourceIdPreference) |
DescribeAccountPreferencesResult |
DescribeAccountPreferencesResult.withResourceIdPreference(ResourceIdPreference resourceIdPreference)
Describes the resource ID preference setting for the Amazon Web Services account associated with the user making
the request, in the current Amazon Web Services Region.
|
PutAccountPreferencesResult |
PutAccountPreferencesResult.withResourceIdPreference(ResourceIdPreference resourceIdPreference) |
Copyright © 2022. All rights reserved.