Uses of Class
software.amazon.awssdk.services.finspace.model.KxDataviewStatus
-
Packages that use KxDataviewStatus Package Description software.amazon.awssdk.services.finspace.model -
-
Uses of KxDataviewStatus in software.amazon.awssdk.services.finspace.model
Methods in software.amazon.awssdk.services.finspace.model that return KxDataviewStatus Modifier and Type Method Description static KxDataviewStatusKxDataviewStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.KxDataviewStatusCreateKxDataviewResponse. status()The status of dataview creation.KxDataviewStatusGetKxDataviewResponse. status()The status of dataview creation.KxDataviewStatusKxDataviewListEntry. status()The status of a given dataview entry.KxDataviewStatusUpdateKxDataviewResponse. status()The status of dataview creation.static KxDataviewStatusKxDataviewStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static KxDataviewStatus[]KxDataviewStatus. 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 KxDataviewStatus Modifier and Type Method Description static Set<KxDataviewStatus>KxDataviewStatus. knownValues()Methods in software.amazon.awssdk.services.finspace.model with parameters of type KxDataviewStatus Modifier and Type Method Description CreateKxDataviewResponse.BuilderCreateKxDataviewResponse.Builder. status(KxDataviewStatus status)The status of dataview creation.GetKxDataviewResponse.BuilderGetKxDataviewResponse.Builder. status(KxDataviewStatus status)The status of dataview creation.KxDataviewListEntry.BuilderKxDataviewListEntry.Builder. status(KxDataviewStatus status)The status of a given dataview entry.UpdateKxDataviewResponse.BuilderUpdateKxDataviewResponse.Builder. status(KxDataviewStatus status)The status of dataview creation.
-