Uses of Interface
software.amazon.awssdk.services.docdbelastic.model.ListClusterSnapshotsResponse.Builder
-
Packages that use ListClusterSnapshotsResponse.Builder Package Description software.amazon.awssdk.services.docdbelastic.model -
-
Uses of ListClusterSnapshotsResponse.Builder in software.amazon.awssdk.services.docdbelastic.model
Methods in software.amazon.awssdk.services.docdbelastic.model that return ListClusterSnapshotsResponse.Builder Modifier and Type Method Description static ListClusterSnapshotsResponse.BuilderListClusterSnapshotsResponse. builder()ListClusterSnapshotsResponse.BuilderListClusterSnapshotsResponse.Builder. nextToken(String nextToken)A pagination token provided by a previous request.ListClusterSnapshotsResponse.BuilderListClusterSnapshotsResponse.Builder. snapshots(Collection<ClusterSnapshotInList> snapshots)A list of snapshots for a specified elastic cluster.ListClusterSnapshotsResponse.BuilderListClusterSnapshotsResponse.Builder. snapshots(Consumer<ClusterSnapshotInList.Builder>... snapshots)A list of snapshots for a specified elastic cluster.ListClusterSnapshotsResponse.BuilderListClusterSnapshotsResponse.Builder. snapshots(ClusterSnapshotInList... snapshots)A list of snapshots for a specified elastic cluster.ListClusterSnapshotsResponse.BuilderListClusterSnapshotsResponse. toBuilder()Methods in software.amazon.awssdk.services.docdbelastic.model that return types with arguments of type ListClusterSnapshotsResponse.Builder Modifier and Type Method Description static Class<? extends ListClusterSnapshotsResponse.Builder>ListClusterSnapshotsResponse. serializableBuilderClass()
-