Uses of Class
software.amazon.awssdk.services.finspacedata.model.DataViewStatus
-
Packages that use DataViewStatus Package Description software.amazon.awssdk.services.finspacedata.model -
-
Uses of DataViewStatus in software.amazon.awssdk.services.finspacedata.model
Methods in software.amazon.awssdk.services.finspacedata.model that return DataViewStatus Modifier and Type Method Description static DataViewStatusDataViewStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DataViewStatusDataViewSummary. status()The status of a Dataview creation.DataViewStatusGetDataViewResponse. status()The status of a Dataview creation.static DataViewStatusDataViewStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static DataViewStatus[]DataViewStatus. 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 DataViewStatus Modifier and Type Method Description static Set<DataViewStatus>DataViewStatus. knownValues()Methods in software.amazon.awssdk.services.finspacedata.model with parameters of type DataViewStatus Modifier and Type Method Description DataViewSummary.BuilderDataViewSummary.Builder. status(DataViewStatus status)The status of a Dataview creation.GetDataViewResponse.BuilderGetDataViewResponse.Builder. status(DataViewStatus status)The status of a Dataview creation.
-