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