| 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.
|
| software.amazon.awssdk.services.kinesisanalyticsv2.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateApplicationSnapshotResponse |
KinesisAnalyticsV2Client.createApplicationSnapshot(Consumer<CreateApplicationSnapshotRequest.Builder> createApplicationSnapshotRequest)
Creates a snapshot of the application's state data.
|
default CompletableFuture<CreateApplicationSnapshotResponse> |
KinesisAnalyticsV2AsyncClient.createApplicationSnapshot(Consumer<CreateApplicationSnapshotRequest.Builder> createApplicationSnapshotRequest)
Creates a snapshot of the application's state data.
|
| Modifier and Type | Method and Description |
|---|---|
CreateApplicationSnapshotRequest.Builder |
CreateApplicationSnapshotRequest.Builder.applicationName(String applicationName)
The name of an existing application
|
static CreateApplicationSnapshotRequest.Builder |
CreateApplicationSnapshotRequest.builder() |
CreateApplicationSnapshotRequest.Builder |
CreateApplicationSnapshotRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateApplicationSnapshotRequest.Builder |
CreateApplicationSnapshotRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateApplicationSnapshotRequest.Builder |
CreateApplicationSnapshotRequest.Builder.snapshotName(String snapshotName)
An identifier for the application snapshot.
|
CreateApplicationSnapshotRequest.Builder |
CreateApplicationSnapshotRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateApplicationSnapshotRequest.Builder> |
CreateApplicationSnapshotRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.