Uses of Class
software.amazon.awssdk.services.iot1clickprojects.model.DescribeProjectResponse
-
Packages that use DescribeProjectResponse Package Description software.amazon.awssdk.services.iot1clickprojects The AWS IoT 1-Click Projects API Reference -
-
Uses of DescribeProjectResponse in software.amazon.awssdk.services.iot1clickprojects
Methods in software.amazon.awssdk.services.iot1clickprojects that return DescribeProjectResponse Modifier and Type Method Description default DescribeProjectResponseIot1ClickProjectsClient. describeProject(Consumer<DescribeProjectRequest.Builder> describeProjectRequest)Returns an object describing a project.default DescribeProjectResponseIot1ClickProjectsClient. describeProject(DescribeProjectRequest describeProjectRequest)Returns an object describing a project.Methods in software.amazon.awssdk.services.iot1clickprojects that return types with arguments of type DescribeProjectResponse Modifier and Type Method Description default CompletableFuture<DescribeProjectResponse>Iot1ClickProjectsAsyncClient. describeProject(Consumer<DescribeProjectRequest.Builder> describeProjectRequest)Returns an object describing a project.default CompletableFuture<DescribeProjectResponse>Iot1ClickProjectsAsyncClient. describeProject(DescribeProjectRequest describeProjectRequest)Returns an object describing a project.
-