Uses of Class
software.amazon.awssdk.services.chime.model.AppInstanceDataType
-
Packages that use AppInstanceDataType Package Description software.amazon.awssdk.services.chime.model -
-
Uses of AppInstanceDataType in software.amazon.awssdk.services.chime.model
Methods in software.amazon.awssdk.services.chime.model that return AppInstanceDataType Modifier and Type Method Description AppInstanceDataTypeAppInstanceStreamingConfiguration. appInstanceDataType()The type of data to be streamed.static AppInstanceDataTypeAppInstanceDataType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AppInstanceDataTypeAppInstanceDataType. valueOf(String name)Returns the enum constant of this type with the specified name.static AppInstanceDataType[]AppInstanceDataType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.chime.model that return types with arguments of type AppInstanceDataType Modifier and Type Method Description static Set<AppInstanceDataType>AppInstanceDataType. knownValues()Methods in software.amazon.awssdk.services.chime.model with parameters of type AppInstanceDataType Modifier and Type Method Description AppInstanceStreamingConfiguration.BuilderAppInstanceStreamingConfiguration.Builder. appInstanceDataType(AppInstanceDataType appInstanceDataType)The type of data to be streamed.
-