Uses of Class
software.amazon.awssdk.services.quicksight.model.SnapshotJobS3Result
-
Packages that use SnapshotJobS3Result Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of SnapshotJobS3Result in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type SnapshotJobS3Result Modifier and Type Method Description List<SnapshotJobS3Result>SnapshotJobResultFileGroup. s3Results()A list ofSnapshotJobS3Resultobjects.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type SnapshotJobS3Result Modifier and Type Method Description SnapshotJobResultFileGroup.BuilderSnapshotJobResultFileGroup.Builder. s3Results(SnapshotJobS3Result... s3Results)A list ofSnapshotJobS3Resultobjects.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type SnapshotJobS3Result Modifier and Type Method Description SnapshotJobResultFileGroup.BuilderSnapshotJobResultFileGroup.Builder. s3Results(Collection<SnapshotJobS3Result> s3Results)A list ofSnapshotJobS3Resultobjects.
-