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