| Package | Description |
|---|---|
| com.amazonaws.services.kinesisanalyticsv2.model |
| Modifier and Type | Method and Description |
|---|---|
SnapshotDetails |
SnapshotDetails.clone() |
SnapshotDetails |
DescribeApplicationSnapshotResult.getSnapshotDetails()
An object containing information about the application snapshot.
|
SnapshotDetails |
SnapshotDetails.withApplicationVersionId(Long applicationVersionId)
The current application version ID when the snapshot was created.
|
SnapshotDetails |
SnapshotDetails.withSnapshotCreationTimestamp(Date snapshotCreationTimestamp)
The timestamp of the application snapshot.
|
SnapshotDetails |
SnapshotDetails.withSnapshotName(String snapshotName)
The identifier for the application snapshot.
|
SnapshotDetails |
SnapshotDetails.withSnapshotStatus(SnapshotStatus snapshotStatus)
The status of the application snapshot.
|
SnapshotDetails |
SnapshotDetails.withSnapshotStatus(String snapshotStatus)
The status of the application snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
List<SnapshotDetails> |
ListApplicationSnapshotsResult.getSnapshotSummaries()
A collection of objects containing information about the application snapshots.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeApplicationSnapshotResult.setSnapshotDetails(SnapshotDetails snapshotDetails)
An object containing information about the application snapshot.
|
DescribeApplicationSnapshotResult |
DescribeApplicationSnapshotResult.withSnapshotDetails(SnapshotDetails snapshotDetails)
An object containing information about the application snapshot.
|
ListApplicationSnapshotsResult |
ListApplicationSnapshotsResult.withSnapshotSummaries(SnapshotDetails... snapshotSummaries)
A collection of objects containing information about the application snapshots.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListApplicationSnapshotsResult.setSnapshotSummaries(Collection<SnapshotDetails> snapshotSummaries)
A collection of objects containing information about the application snapshots.
|
ListApplicationSnapshotsResult |
ListApplicationSnapshotsResult.withSnapshotSummaries(Collection<SnapshotDetails> snapshotSummaries)
A collection of objects containing information about the application snapshots.
|
Copyright © 2023. All rights reserved.