Uses of Class
software.amazon.awssdk.services.appfabric.model.IngestionType
-
Packages that use IngestionType Package Description software.amazon.awssdk.services.appfabric.model -
-
Uses of IngestionType in software.amazon.awssdk.services.appfabric.model
Methods in software.amazon.awssdk.services.appfabric.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 ingestion type.IngestionTypeIngestion. ingestionType()The type of the ingestion.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.appfabric.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.appfabric.model with parameters of type IngestionType Modifier and Type Method Description CreateIngestionRequest.BuilderCreateIngestionRequest.Builder. ingestionType(IngestionType ingestionType)The ingestion type.Ingestion.BuilderIngestion.Builder. ingestionType(IngestionType ingestionType)The type of the ingestion.
-