Uses of Class
software.amazon.awssdk.services.quicksight.model.S3Source
-
Packages that use S3Source Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of S3Source in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return S3Source Modifier and Type Method Description S3SourcePhysicalTable. s3Source()A physical table type for as S3 data source.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type S3Source Modifier and Type Method Description static PhysicalTablePhysicalTable. fromS3Source(S3Source s3Source)Create an instance of this class withPhysicalTable.s3Source()initialized to the given value.PhysicalTable.BuilderPhysicalTable.Builder. s3Source(S3Source s3Source)A physical table type for as S3 data source.
-