Uses of Class
software.amazon.awssdk.services.robomaker.model.S3KeyOutput
-
Packages that use S3KeyOutput Package Description software.amazon.awssdk.services.robomaker.model -
-
Uses of S3KeyOutput in software.amazon.awssdk.services.robomaker.model
Methods in software.amazon.awssdk.services.robomaker.model that return types with arguments of type S3KeyOutput Modifier and Type Method Description List<S3KeyOutput>DataSource. s3Keys()The list of S3 keys identifying the data source files.Methods in software.amazon.awssdk.services.robomaker.model with parameters of type S3KeyOutput Modifier and Type Method Description DataSource.BuilderDataSource.Builder. s3Keys(S3KeyOutput... s3Keys)The list of S3 keys identifying the data source files.Method parameters in software.amazon.awssdk.services.robomaker.model with type arguments of type S3KeyOutput Modifier and Type Method Description DataSource.BuilderDataSource.Builder. s3Keys(Collection<S3KeyOutput> s3Keys)The list of S3 keys identifying the data source files.
-