Uses of Class
software.amazon.awssdk.services.kinesisanalytics.model.DestinationSchema
-
Packages that use DestinationSchema Package Description software.amazon.awssdk.services.kinesisanalytics.model -
-
Uses of DestinationSchema in software.amazon.awssdk.services.kinesisanalytics.model
Methods in software.amazon.awssdk.services.kinesisanalytics.model that return DestinationSchema Modifier and Type Method Description DestinationSchemaOutput. destinationSchema()Describes the data format when records are written to the destination.DestinationSchemaOutputDescription. destinationSchema()Data format used for writing data to the destination.DestinationSchemaOutputUpdate. destinationSchemaUpdate()Describes the data format when records are written to the destination.Methods in software.amazon.awssdk.services.kinesisanalytics.model with parameters of type DestinationSchema Modifier and Type Method Description Output.BuilderOutput.Builder. destinationSchema(DestinationSchema destinationSchema)Describes the data format when records are written to the destination.OutputDescription.BuilderOutputDescription.Builder. destinationSchema(DestinationSchema destinationSchema)Data format used for writing data to the destination.OutputUpdate.BuilderOutputUpdate.Builder. destinationSchemaUpdate(DestinationSchema destinationSchemaUpdate)Describes the data format when records are written to the destination.
-