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