| Package | Description |
|---|---|
| com.amazonaws.services.robomaker.model |
| Modifier and Type | Method and Description |
|---|---|
S3KeyOutput |
S3KeyOutput.clone() |
S3KeyOutput |
S3KeyOutput.withEtag(String etag)
The etag for the object.
|
S3KeyOutput |
S3KeyOutput.withS3Key(String s3Key)
The S3 key.
|
| Modifier and Type | Method and Description |
|---|---|
List<S3KeyOutput> |
DataSource.getS3Keys()
The list of S3 keys identifying the data source files.
|
| Modifier and Type | Method and Description |
|---|---|
DataSource |
DataSource.withS3Keys(S3KeyOutput... s3Keys)
The list of S3 keys identifying the data source files.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataSource.setS3Keys(Collection<S3KeyOutput> s3Keys)
The list of S3 keys identifying the data source files.
|
DataSource |
DataSource.withS3Keys(Collection<S3KeyOutput> s3Keys)
The list of S3 keys identifying the data source files.
|
Copyright © 2020. All rights reserved.