Uses of Interface
software.amazon.awssdk.services.iotthingsgraph.model.GetSystemInstanceResponse.Builder
-
Packages that use GetSystemInstanceResponse.Builder Package Description software.amazon.awssdk.services.iotthingsgraph.model -
-
Uses of GetSystemInstanceResponse.Builder in software.amazon.awssdk.services.iotthingsgraph.model
Methods in software.amazon.awssdk.services.iotthingsgraph.model that return GetSystemInstanceResponse.Builder Modifier and Type Method Description static GetSystemInstanceResponse.BuilderGetSystemInstanceResponse. builder()default GetSystemInstanceResponse.BuilderGetSystemInstanceResponse.Builder. description(Consumer<SystemInstanceDescription.Builder> description)An object that describes the system instance.GetSystemInstanceResponse.BuilderGetSystemInstanceResponse.Builder. description(SystemInstanceDescription description)An object that describes the system instance.GetSystemInstanceResponse.BuilderGetSystemInstanceResponse. toBuilder()Methods in software.amazon.awssdk.services.iotthingsgraph.model that return types with arguments of type GetSystemInstanceResponse.Builder Modifier and Type Method Description static Class<? extends GetSystemInstanceResponse.Builder>GetSystemInstanceResponse. serializableBuilderClass()
-