Uses of Class
software.amazon.awssdk.services.docdbelastic.model.ClusterSnapshotInList
-
Packages that use ClusterSnapshotInList Package Description software.amazon.awssdk.services.docdbelastic.model software.amazon.awssdk.services.docdbelastic.paginators -
-
Uses of ClusterSnapshotInList in software.amazon.awssdk.services.docdbelastic.model
Methods in software.amazon.awssdk.services.docdbelastic.model that return types with arguments of type ClusterSnapshotInList Modifier and Type Method Description List<ClusterSnapshotInList>ListClusterSnapshotsResponse. snapshots()A list of snapshots for a specified elastic cluster.Methods in software.amazon.awssdk.services.docdbelastic.model with parameters of type ClusterSnapshotInList Modifier and Type Method Description ListClusterSnapshotsResponse.BuilderListClusterSnapshotsResponse.Builder. snapshots(ClusterSnapshotInList... snapshots)A list of snapshots for a specified elastic cluster.Method parameters in software.amazon.awssdk.services.docdbelastic.model with type arguments of type ClusterSnapshotInList Modifier and Type Method Description ListClusterSnapshotsResponse.BuilderListClusterSnapshotsResponse.Builder. snapshots(Collection<ClusterSnapshotInList> snapshots)A list of snapshots for a specified elastic cluster. -
Uses of ClusterSnapshotInList in software.amazon.awssdk.services.docdbelastic.paginators
Methods in software.amazon.awssdk.services.docdbelastic.paginators that return types with arguments of type ClusterSnapshotInList Modifier and Type Method Description SdkIterable<ClusterSnapshotInList>ListClusterSnapshotsIterable. snapshots()Returns an iterable to iterate through the paginatedListClusterSnapshotsResponse.snapshots()member.SdkPublisher<ClusterSnapshotInList>ListClusterSnapshotsPublisher. snapshots()Returns a publisher that can be used to get a stream of data.
-