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