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