Uses of Class
software.amazon.awssdk.services.appfabric.model.IngestionState
-
Packages that use IngestionState Package Description software.amazon.awssdk.services.appfabric.model -
-
Uses of IngestionState in software.amazon.awssdk.services.appfabric.model
Methods in software.amazon.awssdk.services.appfabric.model that return IngestionState Modifier and Type Method Description static IngestionStateIngestionState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IngestionStateIngestion. state()The status of the ingestion.IngestionStateIngestionSummary. state()The status of the ingestion.static IngestionStateIngestionState. valueOf(String name)Returns the enum constant of this type with the specified name.static IngestionState[]IngestionState. 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 IngestionState Modifier and Type Method Description static Set<IngestionState>IngestionState. knownValues()Methods in software.amazon.awssdk.services.appfabric.model with parameters of type IngestionState Modifier and Type Method Description Ingestion.BuilderIngestion.Builder. state(IngestionState state)The status of the ingestion.IngestionSummary.BuilderIngestionSummary.Builder. state(IngestionState state)The status of the ingestion.
-