| 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 ListSimulationsResponse |
SimSpaceWeaverClient.listSimulations(Consumer<ListSimulationsRequest.Builder> listSimulationsRequest)
Lists the SimSpace Weaver simulations in the Amazon Web Services account used to make the API call.
|
default CompletableFuture<ListSimulationsResponse> |
SimSpaceWeaverAsyncClient.listSimulations(Consumer<ListSimulationsRequest.Builder> listSimulationsRequest)
Lists the SimSpace Weaver simulations in the Amazon Web Services account used to make the API call.
|
default ListSimulationsIterable |
SimSpaceWeaverClient.listSimulationsPaginator(Consumer<ListSimulationsRequest.Builder> listSimulationsRequest)
Lists the SimSpace Weaver simulations in the Amazon Web Services account used to make the API call.
|
default ListSimulationsPublisher |
SimSpaceWeaverAsyncClient.listSimulationsPaginator(Consumer<ListSimulationsRequest.Builder> listSimulationsRequest)
Lists the SimSpace Weaver simulations in the Amazon Web Services account used to make the API call.
|
| Modifier and Type | Method and Description |
|---|---|
static ListSimulationsRequest.Builder |
ListSimulationsRequest.builder() |
ListSimulationsRequest.Builder |
ListSimulationsRequest.Builder.maxResults(Integer maxResults)
The maximum number of simulations to list.
|
ListSimulationsRequest.Builder |
ListSimulationsRequest.Builder.nextToken(String nextToken)
If SimSpace Weaver returns
nextToken, then there are more results available. |
ListSimulationsRequest.Builder |
ListSimulationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSimulationsRequest.Builder |
ListSimulationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListSimulationsRequest.Builder |
ListSimulationsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListSimulationsRequest.Builder> |
ListSimulationsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.