Uses of Class
software.amazon.awssdk.services.finspace.model.KxSavedownStorageType
-
Packages that use KxSavedownStorageType Package Description software.amazon.awssdk.services.finspace.model -
-
Uses of KxSavedownStorageType in software.amazon.awssdk.services.finspace.model
Methods in software.amazon.awssdk.services.finspace.model that return KxSavedownStorageType Modifier and Type Method Description static KxSavedownStorageTypeKxSavedownStorageType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.KxSavedownStorageTypeKxSavedownStorageConfiguration. type()The type of writeable storage space for temporarily storing your savedown data.static KxSavedownStorageTypeKxSavedownStorageType. valueOf(String name)Returns the enum constant of this type with the specified name.static KxSavedownStorageType[]KxSavedownStorageType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.finspace.model that return types with arguments of type KxSavedownStorageType Modifier and Type Method Description static Set<KxSavedownStorageType>KxSavedownStorageType. knownValues()Methods in software.amazon.awssdk.services.finspace.model with parameters of type KxSavedownStorageType Modifier and Type Method Description KxSavedownStorageConfiguration.BuilderKxSavedownStorageConfiguration.Builder. type(KxSavedownStorageType type)The type of writeable storage space for temporarily storing your savedown data.
-