| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisanalyticsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static ListApplicationSnapshotsResponse.Builder |
ListApplicationSnapshotsResponse.builder() |
ListApplicationSnapshotsResponse.Builder |
ListApplicationSnapshotsResponse.Builder.nextToken(String nextToken)
The token for the next set of results, or
null if there are no additional results. |
ListApplicationSnapshotsResponse.Builder |
ListApplicationSnapshotsResponse.Builder.snapshotSummaries(Collection<SnapshotDetails> snapshotSummaries)
A collection of objects containing information about the application snapshots.
|
ListApplicationSnapshotsResponse.Builder |
ListApplicationSnapshotsResponse.Builder.snapshotSummaries(Consumer<SnapshotDetails.Builder>... snapshotSummaries)
A collection of objects containing information about the application snapshots.
|
ListApplicationSnapshotsResponse.Builder |
ListApplicationSnapshotsResponse.Builder.snapshotSummaries(SnapshotDetails... snapshotSummaries)
A collection of objects containing information about the application snapshots.
|
ListApplicationSnapshotsResponse.Builder |
ListApplicationSnapshotsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListApplicationSnapshotsResponse.Builder> |
ListApplicationSnapshotsResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.