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