Uses of Class
software.amazon.awssdk.services.kinesisanalytics.model.Output
-
Packages that use Output Package Description software.amazon.awssdk.services.kinesisanalytics.model -
-
Uses of Output in software.amazon.awssdk.services.kinesisanalytics.model
Methods in software.amazon.awssdk.services.kinesisanalytics.model that return Output Modifier and Type Method Description OutputAddApplicationOutputRequest. output()An array of objects, each describing one output configuration.Methods in software.amazon.awssdk.services.kinesisanalytics.model that return types with arguments of type Output Modifier and Type Method Description List<Output>CreateApplicationRequest. outputs()You can configure application output to write data from any of the in-application streams to up to three destinations.Methods in software.amazon.awssdk.services.kinesisanalytics.model with parameters of type Output Modifier and Type Method Description AddApplicationOutputRequest.BuilderAddApplicationOutputRequest.Builder. output(Output output)An array of objects, each describing one output configuration.CreateApplicationRequest.BuilderCreateApplicationRequest.Builder. outputs(Output... outputs)You can configure application output to write data from any of the in-application streams to up to three destinations.Method parameters in software.amazon.awssdk.services.kinesisanalytics.model with type arguments of type Output Modifier and Type Method Description CreateApplicationRequest.BuilderCreateApplicationRequest.Builder. outputs(Collection<Output> outputs)You can configure application output to write data from any of the in-application streams to up to three destinations.
-