Uses of Class
software.amazon.awssdk.services.kinesisanalyticsv2.model.S3ApplicationCodeLocationDescription
-
Packages that use S3ApplicationCodeLocationDescription Package Description software.amazon.awssdk.services.kinesisanalyticsv2.model -
-
Uses of S3ApplicationCodeLocationDescription in software.amazon.awssdk.services.kinesisanalyticsv2.model
Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model that return S3ApplicationCodeLocationDescription Modifier and Type Method Description S3ApplicationCodeLocationDescriptionCodeContentDescription. s3ApplicationCodeLocationDescription()The S3 bucket Amazon Resource Name (ARN), file key, and object version of the application code stored in Amazon S3.Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model with parameters of type S3ApplicationCodeLocationDescription Modifier and Type Method Description CodeContentDescription.BuilderCodeContentDescription.Builder. s3ApplicationCodeLocationDescription(S3ApplicationCodeLocationDescription s3ApplicationCodeLocationDescription)The S3 bucket Amazon Resource Name (ARN), file key, and object version of the application code stored in Amazon S3.
-