Uses of Class
software.amazon.awssdk.services.efs.model.ResourceIdType
-
Packages that use ResourceIdType Package Description software.amazon.awssdk.services.efs.model -
-
Uses of ResourceIdType in software.amazon.awssdk.services.efs.model
Methods in software.amazon.awssdk.services.efs.model that return ResourceIdType Modifier and Type Method Description static ResourceIdTypeResourceIdType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ResourceIdTypePutAccountPreferencesRequest. resourceIdType()Specifies the EFS resource ID preference to set for the user's Amazon Web Services account, in the current Amazon Web Services Region, eitherLONG_ID(17 characters), orSHORT_ID(8 characters).ResourceIdTypeResourceIdPreference. resourceIdType()Identifies the EFS resource ID preference, eitherLONG_ID(17 characters) orSHORT_ID(8 characters).static ResourceIdTypeResourceIdType. 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.Methods in software.amazon.awssdk.services.efs.model that return types with arguments of type ResourceIdType Modifier and Type Method Description static Set<ResourceIdType>ResourceIdType. knownValues()Methods in software.amazon.awssdk.services.efs.model with parameters of type ResourceIdType Modifier and Type Method Description PutAccountPreferencesRequest.BuilderPutAccountPreferencesRequest.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, eitherLONG_ID(17 characters), orSHORT_ID(8 characters).ResourceIdPreference.BuilderResourceIdPreference.Builder. resourceIdType(ResourceIdType resourceIdType)Identifies the EFS resource ID preference, eitherLONG_ID(17 characters) orSHORT_ID(8 characters).
-