Uses of Class
software.amazon.awssdk.services.simspaceweaver.model.DescribeAppResponse
-
Packages that use DescribeAppResponse 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 DescribeAppResponse in software.amazon.awssdk.services.simspaceweaver
Methods in software.amazon.awssdk.services.simspaceweaver that return DescribeAppResponse Modifier and Type Method Description default DescribeAppResponseSimSpaceWeaverClient. describeApp(Consumer<DescribeAppRequest.Builder> describeAppRequest)Returns the state of the given custom app.default DescribeAppResponseSimSpaceWeaverClient. describeApp(DescribeAppRequest describeAppRequest)Returns the state of the given custom app.Methods in software.amazon.awssdk.services.simspaceweaver that return types with arguments of type DescribeAppResponse Modifier and Type Method Description default CompletableFuture<DescribeAppResponse>SimSpaceWeaverAsyncClient. describeApp(Consumer<DescribeAppRequest.Builder> describeAppRequest)Returns the state of the given custom app.default CompletableFuture<DescribeAppResponse>SimSpaceWeaverAsyncClient. describeApp(DescribeAppRequest describeAppRequest)Returns the state of the given custom app.
-