Uses of Class
software.amazon.awssdk.services.quicksight.model.SnapshotS3DestinationConfiguration
-
Packages that use SnapshotS3DestinationConfiguration Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of SnapshotS3DestinationConfiguration in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return SnapshotS3DestinationConfiguration Modifier and Type Method Description SnapshotS3DestinationConfigurationSnapshotJobS3Result. s3DestinationConfiguration()A list of Amazon S3 bucket configurations that are provided when you make aStartDashboardSnapshotJobAPI call.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type SnapshotS3DestinationConfiguration Modifier and Type Method Description List<SnapshotS3DestinationConfiguration>SnapshotDestinationConfiguration. s3Destinations()A list ofSnapshotS3DestinationConfigurationobjects that contain Amazon S3 destination configurations.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type SnapshotS3DestinationConfiguration Modifier and Type Method Description SnapshotJobS3Result.BuilderSnapshotJobS3Result.Builder. s3DestinationConfiguration(SnapshotS3DestinationConfiguration s3DestinationConfiguration)A list of Amazon S3 bucket configurations that are provided when you make aStartDashboardSnapshotJobAPI call.SnapshotDestinationConfiguration.BuilderSnapshotDestinationConfiguration.Builder. s3Destinations(SnapshotS3DestinationConfiguration... s3Destinations)A list ofSnapshotS3DestinationConfigurationobjects that contain Amazon S3 destination configurations.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type SnapshotS3DestinationConfiguration Modifier and Type Method Description SnapshotDestinationConfiguration.BuilderSnapshotDestinationConfiguration.Builder. s3Destinations(Collection<SnapshotS3DestinationConfiguration> s3Destinations)A list ofSnapshotS3DestinationConfigurationobjects that contain Amazon S3 destination configurations.
-