Uses of Class
software.amazon.awssdk.services.kinesisanalytics.model.S3ReferenceDataSourceUpdate
-
Packages that use S3ReferenceDataSourceUpdate Package Description software.amazon.awssdk.services.kinesisanalytics.model -
-
Uses of S3ReferenceDataSourceUpdate in software.amazon.awssdk.services.kinesisanalytics.model
Methods in software.amazon.awssdk.services.kinesisanalytics.model that return S3ReferenceDataSourceUpdate Modifier and Type Method Description S3ReferenceDataSourceUpdateReferenceDataSourceUpdate. s3ReferenceDataSourceUpdate()Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.Methods in software.amazon.awssdk.services.kinesisanalytics.model with parameters of type S3ReferenceDataSourceUpdate Modifier and Type Method Description ReferenceDataSourceUpdate.BuilderReferenceDataSourceUpdate.Builder. s3ReferenceDataSourceUpdate(S3ReferenceDataSourceUpdate s3ReferenceDataSourceUpdate)Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.
-