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