Uses of Class
software.amazon.awssdk.services.ivsrealtime.model.IngestConfigurationState
-
Packages that use IngestConfigurationState Package Description software.amazon.awssdk.services.ivsrealtime.model -
-
Uses of IngestConfigurationState in software.amazon.awssdk.services.ivsrealtime.model
Methods in software.amazon.awssdk.services.ivsrealtime.model that return IngestConfigurationState Modifier and Type Method Description IngestConfigurationStateListIngestConfigurationsRequest. filterByState()Filters the response list to match the specified state.static IngestConfigurationStateIngestConfigurationState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IngestConfigurationStateIngestConfiguration. state()State of the ingest configuration.IngestConfigurationStateIngestConfigurationSummary. state()State of the ingest configuration.static IngestConfigurationStateIngestConfigurationState. valueOf(String name)Returns the enum constant of this type with the specified name.static IngestConfigurationState[]IngestConfigurationState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ivsrealtime.model that return types with arguments of type IngestConfigurationState Modifier and Type Method Description static Set<IngestConfigurationState>IngestConfigurationState. knownValues()Methods in software.amazon.awssdk.services.ivsrealtime.model with parameters of type IngestConfigurationState Modifier and Type Method Description ListIngestConfigurationsRequest.BuilderListIngestConfigurationsRequest.Builder. filterByState(IngestConfigurationState filterByState)Filters the response list to match the specified state.IngestConfiguration.BuilderIngestConfiguration.Builder. state(IngestConfigurationState state)State of the ingest configuration.IngestConfigurationSummary.BuilderIngestConfigurationSummary.Builder. state(IngestConfigurationState state)State of the ingest configuration.
-