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