| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamesparks.model | |
| software.amazon.awssdk.services.gamesparks.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<SnapshotSummary> |
ListSnapshotsResponse.snapshots()
A list of snapshot summaries.
|
| Modifier and Type | Method and Description |
|---|---|
ListSnapshotsResponse.Builder |
ListSnapshotsResponse.Builder.snapshots(SnapshotSummary... snapshots)
A list of snapshot summaries.
|
| Modifier and Type | Method and Description |
|---|---|
ListSnapshotsResponse.Builder |
ListSnapshotsResponse.Builder.snapshots(Collection<SnapshotSummary> snapshots)
A list of snapshot summaries.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<SnapshotSummary> |
ListSnapshotsIterable.snapshots()
Returns an iterable to iterate through the paginated
ListSnapshotsResponse.snapshots() member. |
SdkPublisher<SnapshotSummary> |
ListSnapshotsPublisher.snapshots()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2022. All rights reserved.