Uses of Class
software.amazon.awssdk.services.finspacedata.model.DatasetKind
-
Packages that use DatasetKind Package Description software.amazon.awssdk.services.finspacedata.model -
-
Uses of DatasetKind in software.amazon.awssdk.services.finspacedata.model
Methods in software.amazon.awssdk.services.finspacedata.model that return DatasetKind Modifier and Type Method Description static DatasetKindDatasetKind. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DatasetKindCreateDatasetRequest. kind()The format in which Dataset data is structured.DatasetKindDataset. kind()The format in which Dataset data is structured.DatasetKindGetDatasetResponse. kind()The format in which Dataset data is structured.DatasetKindUpdateDatasetRequest. kind()The format in which the Dataset data is structured.static DatasetKindDatasetKind. valueOf(String name)Returns the enum constant of this type with the specified name.static DatasetKind[]DatasetKind. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.finspacedata.model that return types with arguments of type DatasetKind Modifier and Type Method Description static Set<DatasetKind>DatasetKind. knownValues()Methods in software.amazon.awssdk.services.finspacedata.model with parameters of type DatasetKind Modifier and Type Method Description CreateDatasetRequest.BuilderCreateDatasetRequest.Builder. kind(DatasetKind kind)The format in which Dataset data is structured.Dataset.BuilderDataset.Builder. kind(DatasetKind kind)The format in which Dataset data is structured.GetDatasetResponse.BuilderGetDatasetResponse.Builder. kind(DatasetKind kind)The format in which Dataset data is structured.UpdateDatasetRequest.BuilderUpdateDatasetRequest.Builder. kind(DatasetKind kind)The format in which the Dataset data is structured.
-