Uses of Class
software.amazon.awssdk.services.iotthingsgraph.model.DescribeNamespaceResponse
-
Packages that use DescribeNamespaceResponse Package Description software.amazon.awssdk.services.iotthingsgraph AWS IoT Things Graph -
-
Uses of DescribeNamespaceResponse in software.amazon.awssdk.services.iotthingsgraph
Methods in software.amazon.awssdk.services.iotthingsgraph that return DescribeNamespaceResponse Modifier and Type Method Description default DescribeNamespaceResponseIoTThingsGraphClient. describeNamespace(Consumer<DescribeNamespaceRequest.Builder> describeNamespaceRequest)Deprecated.since: 2022-08-30default DescribeNamespaceResponseIoTThingsGraphClient. describeNamespace(DescribeNamespaceRequest describeNamespaceRequest)Deprecated.since: 2022-08-30Methods in software.amazon.awssdk.services.iotthingsgraph that return types with arguments of type DescribeNamespaceResponse Modifier and Type Method Description default CompletableFuture<DescribeNamespaceResponse>IoTThingsGraphAsyncClient. describeNamespace(Consumer<DescribeNamespaceRequest.Builder> describeNamespaceRequest)Deprecated.since: 2022-08-30default CompletableFuture<DescribeNamespaceResponse>IoTThingsGraphAsyncClient. describeNamespace(DescribeNamespaceRequest describeNamespaceRequest)Deprecated.since: 2022-08-30
-