Uses of Interface
software.amazon.awssdk.services.neptune.model.DescribeDbClusterSnapshotsResponse.Builder
-
Packages that use DescribeDbClusterSnapshotsResponse.Builder Package Description software.amazon.awssdk.services.neptune.model -
-
Uses of DescribeDbClusterSnapshotsResponse.Builder in software.amazon.awssdk.services.neptune.model
Methods in software.amazon.awssdk.services.neptune.model that return DescribeDbClusterSnapshotsResponse.Builder Modifier and Type Method Description static DescribeDbClusterSnapshotsResponse.BuilderDescribeDbClusterSnapshotsResponse. builder()DescribeDbClusterSnapshotsResponse.BuilderDescribeDbClusterSnapshotsResponse.Builder. dbClusterSnapshots(Collection<DBClusterSnapshot> dbClusterSnapshots)Provides a list of DB cluster snapshots for the user.DescribeDbClusterSnapshotsResponse.BuilderDescribeDbClusterSnapshotsResponse.Builder. dbClusterSnapshots(Consumer<DBClusterSnapshot.Builder>... dbClusterSnapshots)Provides a list of DB cluster snapshots for the user.DescribeDbClusterSnapshotsResponse.BuilderDescribeDbClusterSnapshotsResponse.Builder. dbClusterSnapshots(DBClusterSnapshot... dbClusterSnapshots)Provides a list of DB cluster snapshots for the user.DescribeDbClusterSnapshotsResponse.BuilderDescribeDbClusterSnapshotsResponse.Builder. marker(String marker)An optional pagination token provided by a previous DescribeDBClusterSnapshots request.DescribeDbClusterSnapshotsResponse.BuilderDescribeDbClusterSnapshotsResponse. toBuilder()Methods in software.amazon.awssdk.services.neptune.model that return types with arguments of type DescribeDbClusterSnapshotsResponse.Builder Modifier and Type Method Description static Class<? extends DescribeDbClusterSnapshotsResponse.Builder>DescribeDbClusterSnapshotsResponse. serializableBuilderClass()
-