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