Uses of Class
software.amazon.awssdk.services.kinesisanalyticsv2.model.S3ContentBaseLocation
-
Packages that use S3ContentBaseLocation Package Description software.amazon.awssdk.services.kinesisanalyticsv2.model -
-
Uses of S3ContentBaseLocation in software.amazon.awssdk.services.kinesisanalyticsv2.model
Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model that return S3ContentBaseLocation Modifier and Type Method Description S3ContentBaseLocationDeployAsApplicationConfiguration. s3ContentLocation()The description of an Amazon S3 object that contains the Amazon Data Analytics application, including the Amazon Resource Name (ARN) of the S3 bucket, the name of the Amazon S3 object that contains the data, and the version number of the Amazon S3 object that contains the data.Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model with parameters of type S3ContentBaseLocation Modifier and Type Method Description DeployAsApplicationConfiguration.BuilderDeployAsApplicationConfiguration.Builder. s3ContentLocation(S3ContentBaseLocation s3ContentLocation)The description of an Amazon S3 object that contains the Amazon Data Analytics application, including the Amazon Resource Name (ARN) of the S3 bucket, the name of the Amazon S3 object that contains the data, and the version number of the Amazon S3 object that contains the data.
-