Uses of Class
software.amazon.awssdk.services.glue.model.S3Target
-
Packages that use S3Target Package Description software.amazon.awssdk.services.glue.model -
-
Uses of S3Target in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type S3Target Modifier and Type Method Description List<S3Target>CrawlerTargets. s3Targets()Specifies Amazon Simple Storage Service (Amazon S3) targets.Methods in software.amazon.awssdk.services.glue.model with parameters of type S3Target Modifier and Type Method Description CrawlerTargets.BuilderCrawlerTargets.Builder. s3Targets(S3Target... s3Targets)Specifies Amazon Simple Storage Service (Amazon S3) targets.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type S3Target Modifier and Type Method Description CrawlerTargets.BuilderCrawlerTargets.Builder. s3Targets(Collection<S3Target> s3Targets)Specifies Amazon Simple Storage Service (Amazon S3) targets.
-