| Package | Description |
|---|---|
| software.amazon.awssdk.services.simspaceweaver |
SimSpace Weaver (SimSpace Weaver) is a service that you can use to build and run large-scale spatial simulations in
the Amazon Web Services Cloud.
|
| software.amazon.awssdk.services.simspaceweaver.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateSnapshotResponse |
SimSpaceWeaverClient.createSnapshot(Consumer<CreateSnapshotRequest.Builder> createSnapshotRequest)
Creates a snapshot of the specified simulation.
|
default CompletableFuture<CreateSnapshotResponse> |
SimSpaceWeaverAsyncClient.createSnapshot(Consumer<CreateSnapshotRequest.Builder> createSnapshotRequest)
Creates a snapshot of the specified simulation.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateSnapshotRequest.Builder |
CreateSnapshotRequest.builder() |
default CreateSnapshotRequest.Builder |
CreateSnapshotRequest.Builder.destination(Consumer<S3Destination.Builder> destination)
The Amazon S3 bucket and optional folder (object key prefix) where SimSpace Weaver creates the snapshot file.
|
CreateSnapshotRequest.Builder |
CreateSnapshotRequest.Builder.destination(S3Destination destination)
The Amazon S3 bucket and optional folder (object key prefix) where SimSpace Weaver creates the snapshot file.
|
CreateSnapshotRequest.Builder |
CreateSnapshotRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateSnapshotRequest.Builder |
CreateSnapshotRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateSnapshotRequest.Builder |
CreateSnapshotRequest.Builder.simulation(String simulation)
The name of the simulation.
|
CreateSnapshotRequest.Builder |
CreateSnapshotRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateSnapshotRequest.Builder> |
CreateSnapshotRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.