| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotthingsgraph |
|
| Modifier and Type | Method and Description |
|---|---|
default DescribeNamespaceResponse |
IoTThingsGraphClient.describeNamespace(Consumer<DescribeNamespaceRequest.Builder> describeNamespaceRequest)
Gets the latest version of the user's namespace and the public version that it is tracking.
|
default DescribeNamespaceResponse |
IoTThingsGraphClient.describeNamespace(DescribeNamespaceRequest describeNamespaceRequest)
Gets the latest version of the user's namespace and the public version that it is tracking.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeNamespaceResponse> |
IoTThingsGraphAsyncClient.describeNamespace(Consumer<DescribeNamespaceRequest.Builder> describeNamespaceRequest)
Gets the latest version of the user's namespace and the public version that it is tracking.
|
default CompletableFuture<DescribeNamespaceResponse> |
IoTThingsGraphAsyncClient.describeNamespace(DescribeNamespaceRequest describeNamespaceRequest)
Gets the latest version of the user's namespace and the public version that it is tracking.
|
Copyright © 2021. All rights reserved.