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