Uses of Class
software.amazon.awssdk.services.finspace.model.KxNAS1Type
-
Packages that use KxNAS1Type Package Description software.amazon.awssdk.services.finspace.model -
-
Uses of KxNAS1Type in software.amazon.awssdk.services.finspace.model
Methods in software.amazon.awssdk.services.finspace.model that return KxNAS1Type Modifier and Type Method Description static KxNAS1TypeKxNAS1Type. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.KxNAS1TypeKxNAS1Configuration. type()The type of the network attached storage.static KxNAS1TypeKxNAS1Type. valueOf(String name)Returns the enum constant of this type with the specified name.static KxNAS1Type[]KxNAS1Type. 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 KxNAS1Type Modifier and Type Method Description static Set<KxNAS1Type>KxNAS1Type. knownValues()Methods in software.amazon.awssdk.services.finspace.model with parameters of type KxNAS1Type Modifier and Type Method Description KxNAS1Configuration.BuilderKxNAS1Configuration.Builder. type(KxNAS1Type type)The type of the network attached storage.
-