| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisanalyticsv2 |
Amazon Kinesis Data Analytics is a fully managed service that you can use to process and analyze streaming data using
Java, SQL, or Scala.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateApplicationSnapshotResponse |
KinesisAnalyticsV2Client.createApplicationSnapshot(Consumer<CreateApplicationSnapshotRequest.Builder> createApplicationSnapshotRequest)
Creates a snapshot of the application's state data.
|
default CreateApplicationSnapshotResponse |
KinesisAnalyticsV2Client.createApplicationSnapshot(CreateApplicationSnapshotRequest createApplicationSnapshotRequest)
Creates a snapshot of the application's state data.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateApplicationSnapshotResponse> |
KinesisAnalyticsV2AsyncClient.createApplicationSnapshot(Consumer<CreateApplicationSnapshotRequest.Builder> createApplicationSnapshotRequest)
Creates a snapshot of the application's state data.
|
default CompletableFuture<CreateApplicationSnapshotResponse> |
KinesisAnalyticsV2AsyncClient.createApplicationSnapshot(CreateApplicationSnapshotRequest createApplicationSnapshotRequest)
Creates a snapshot of the application's state data.
|
Copyright © 2022. All rights reserved.