Uses of Class
software.amazon.awssdk.services.kinesisanalyticsv2.model.CreateApplicationSnapshotResponse
-
Packages that use CreateApplicationSnapshotResponse Package Description software.amazon.awssdk.services.kinesisanalyticsv2 -
-
Uses of CreateApplicationSnapshotResponse in software.amazon.awssdk.services.kinesisanalyticsv2
Methods in software.amazon.awssdk.services.kinesisanalyticsv2 that return CreateApplicationSnapshotResponse Modifier and Type Method Description default CreateApplicationSnapshotResponseKinesisAnalyticsV2Client. createApplicationSnapshot(Consumer<CreateApplicationSnapshotRequest.Builder> createApplicationSnapshotRequest)Creates a snapshot of the application's state data.default CreateApplicationSnapshotResponseKinesisAnalyticsV2Client. createApplicationSnapshot(CreateApplicationSnapshotRequest createApplicationSnapshotRequest)Creates a snapshot of the application's state data.Methods in software.amazon.awssdk.services.kinesisanalyticsv2 that return types with arguments of type CreateApplicationSnapshotResponse Modifier and Type Method 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.
-