| 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.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListAppsResponse |
SimSpaceWeaverClient.listApps(Consumer<ListAppsRequest.Builder> listAppsRequest)
Lists all custom apps or service apps for the given simulation and domain.
|
default ListAppsResponse |
SimSpaceWeaverClient.listApps(ListAppsRequest listAppsRequest)
Lists all custom apps or service apps for the given simulation and domain.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListAppsResponse> |
SimSpaceWeaverAsyncClient.listApps(Consumer<ListAppsRequest.Builder> listAppsRequest)
Lists all custom apps or service apps for the given simulation and domain.
|
default CompletableFuture<ListAppsResponse> |
SimSpaceWeaverAsyncClient.listApps(ListAppsRequest listAppsRequest)
Lists all custom apps or service apps for the given simulation and domain.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListAppsResponse> |
ListAppsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListAppsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListAppsResponse> subscriber) |
Copyright © 2023. All rights reserved.