Uses of Class
software.amazon.awssdk.services.kinesisanalyticsv2.model.S3ContentLocation
-
Packages that use S3ContentLocation Package Description software.amazon.awssdk.services.kinesisanalyticsv2.model -
-
Uses of S3ContentLocation in software.amazon.awssdk.services.kinesisanalyticsv2.model
Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model that return S3ContentLocation Modifier and Type Method Description S3ContentLocationCodeContent. s3ContentLocation()Information about the Amazon S3 bucket that contains the application code.S3ContentLocationCustomArtifactConfiguration. s3ContentLocation()Returns the value of the S3ContentLocation property for this object.S3ContentLocationCustomArtifactConfigurationDescription. s3ContentLocationDescription()Returns the value of the S3ContentLocationDescription property for this object.Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model with parameters of type S3ContentLocation Modifier and Type Method Description CodeContent.BuilderCodeContent.Builder. s3ContentLocation(S3ContentLocation s3ContentLocation)Information about the Amazon S3 bucket that contains the application code.CustomArtifactConfiguration.BuilderCustomArtifactConfiguration.Builder. s3ContentLocation(S3ContentLocation s3ContentLocation)Sets the value of the S3ContentLocation property for this object.CustomArtifactConfigurationDescription.BuilderCustomArtifactConfigurationDescription.Builder. s3ContentLocationDescription(S3ContentLocation s3ContentLocationDescription)Sets the value of the S3ContentLocationDescription property for this object.
-