Uses of Class
software.amazon.awssdk.services.kinesisanalytics.model.SourceSchema
-
Packages that use SourceSchema Package Description software.amazon.awssdk.services.kinesisanalytics.model -
-
Uses of SourceSchema in software.amazon.awssdk.services.kinesisanalytics.model
Methods in software.amazon.awssdk.services.kinesisanalytics.model that return SourceSchema Modifier and Type Method Description SourceSchemaDiscoverInputSchemaResponse. inputSchema()Schema inferred from the streaming source.SourceSchemaInput. inputSchema()Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.SourceSchemaInputDescription. inputSchema()Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.SourceSchemaReferenceDataSource. referenceSchema()Describes the format of the data in the streaming source, and how each data element maps to corresponding columns created in the in-application stream.SourceSchemaReferenceDataSourceDescription. referenceSchema()Describes the format of the data in the streaming source, and how each data element maps to corresponding columns created in the in-application stream.SourceSchemaReferenceDataSourceUpdate. referenceSchemaUpdate()Describes the format of the data in the streaming source, and how each data element maps to corresponding columns created in the in-application stream.Methods in software.amazon.awssdk.services.kinesisanalytics.model with parameters of type SourceSchema Modifier and Type Method Description DiscoverInputSchemaResponse.BuilderDiscoverInputSchemaResponse.Builder. inputSchema(SourceSchema inputSchema)Schema inferred from the streaming source.Input.BuilderInput.Builder. inputSchema(SourceSchema inputSchema)Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.InputDescription.BuilderInputDescription.Builder. inputSchema(SourceSchema inputSchema)Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.ReferenceDataSource.BuilderReferenceDataSource.Builder. referenceSchema(SourceSchema referenceSchema)Describes the format of the data in the streaming source, and how each data element maps to corresponding columns created in the in-application stream.ReferenceDataSourceDescription.BuilderReferenceDataSourceDescription.Builder. referenceSchema(SourceSchema referenceSchema)Describes the format of the data in the streaming source, and how each data element maps to corresponding columns created in the in-application stream.ReferenceDataSourceUpdate.BuilderReferenceDataSourceUpdate.Builder. referenceSchemaUpdate(SourceSchema referenceSchemaUpdate)Describes the format of the data in the streaming source, and how each data element maps to corresponding columns created in the in-application stream.
-