Uses of Class
software.amazon.awssdk.services.simspaceweaver.model.CreateSnapshotResponse
-
Packages that use CreateSnapshotResponse 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. -
-
Uses of CreateSnapshotResponse in software.amazon.awssdk.services.simspaceweaver
Methods in software.amazon.awssdk.services.simspaceweaver that return CreateSnapshotResponse Modifier and Type Method Description default CreateSnapshotResponseSimSpaceWeaverClient. createSnapshot(Consumer<CreateSnapshotRequest.Builder> createSnapshotRequest)Creates a snapshot of the specified simulation.default CreateSnapshotResponseSimSpaceWeaverClient. createSnapshot(CreateSnapshotRequest createSnapshotRequest)Creates a snapshot of the specified simulation.Methods in software.amazon.awssdk.services.simspaceweaver that return types with arguments of type CreateSnapshotResponse Modifier and Type Method Description default CompletableFuture<CreateSnapshotResponse>SimSpaceWeaverAsyncClient. createSnapshot(Consumer<CreateSnapshotRequest.Builder> createSnapshotRequest)Creates a snapshot of the specified simulation.default CompletableFuture<CreateSnapshotResponse>SimSpaceWeaverAsyncClient. createSnapshot(CreateSnapshotRequest createSnapshotRequest)Creates a snapshot of the specified simulation.
-