Uses of Interface
software.amazon.awssdk.services.redshift.model.DescribeClusterSnapshotsResponse.Builder
-
Packages that use DescribeClusterSnapshotsResponse.Builder Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of DescribeClusterSnapshotsResponse.Builder in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return DescribeClusterSnapshotsResponse.Builder Modifier and Type Method Description static DescribeClusterSnapshotsResponse.BuilderDescribeClusterSnapshotsResponse. builder()DescribeClusterSnapshotsResponse.BuilderDescribeClusterSnapshotsResponse.Builder. marker(String marker)A value that indicates the starting point for the next set of response records in a subsequent request.DescribeClusterSnapshotsResponse.BuilderDescribeClusterSnapshotsResponse.Builder. snapshots(Collection<Snapshot> snapshots)A list of Snapshot instances.DescribeClusterSnapshotsResponse.BuilderDescribeClusterSnapshotsResponse.Builder. snapshots(Consumer<Snapshot.Builder>... snapshots)A list of Snapshot instances.DescribeClusterSnapshotsResponse.BuilderDescribeClusterSnapshotsResponse.Builder. snapshots(Snapshot... snapshots)A list of Snapshot instances.DescribeClusterSnapshotsResponse.BuilderDescribeClusterSnapshotsResponse. toBuilder()Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type DescribeClusterSnapshotsResponse.Builder Modifier and Type Method Description static Class<? extends DescribeClusterSnapshotsResponse.Builder>DescribeClusterSnapshotsResponse. serializableBuilderClass()
-