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