Uses of Class
software.amazon.awssdk.services.iotsitewise.model.DescribeProjectResponse
-
Packages that use DescribeProjectResponse Package Description software.amazon.awssdk.services.iotsitewise Welcome to the IoT SiteWise API Reference. -
-
Uses of DescribeProjectResponse in software.amazon.awssdk.services.iotsitewise
Methods in software.amazon.awssdk.services.iotsitewise that return DescribeProjectResponse Modifier and Type Method Description default DescribeProjectResponseIoTSiteWiseClient. describeProject(Consumer<DescribeProjectRequest.Builder> describeProjectRequest)Retrieves information about a project.default DescribeProjectResponseIoTSiteWiseClient. describeProject(DescribeProjectRequest describeProjectRequest)Retrieves information about a project.Methods in software.amazon.awssdk.services.iotsitewise that return types with arguments of type DescribeProjectResponse Modifier and Type Method Description default CompletableFuture<DescribeProjectResponse>IoTSiteWiseAsyncClient. describeProject(Consumer<DescribeProjectRequest.Builder> describeProjectRequest)Retrieves information about a project.default CompletableFuture<DescribeProjectResponse>IoTSiteWiseAsyncClient. describeProject(DescribeProjectRequest describeProjectRequest)Retrieves information about a project.
-