Uses of Class
software.amazon.awssdk.services.quicksight.model.IngestionType
-
Packages that use IngestionType Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of IngestionType in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return IngestionType Modifier and Type Method Description static IngestionTypeIngestionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IngestionTypeCreateIngestionRequest. ingestionType()The type of ingestion that you want to create.IngestionTypeRefreshSchedule. refreshType()The type of refresh that a datset undergoes.static IngestionTypeIngestionType. valueOf(String name)Returns the enum constant of this type with the specified name.static IngestionType[]IngestionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type IngestionType Modifier and Type Method Description static Set<IngestionType>IngestionType. knownValues()Methods in software.amazon.awssdk.services.quicksight.model with parameters of type IngestionType Modifier and Type Method Description CreateIngestionRequest.BuilderCreateIngestionRequest.Builder. ingestionType(IngestionType ingestionType)The type of ingestion that you want to create.RefreshSchedule.BuilderRefreshSchedule.Builder. refreshType(IngestionType refreshType)The type of refresh that a datset undergoes.
-