Uses of Interface
software.amazon.awssdk.services.iotthingsgraph.model.UndeploySystemInstanceResponse.Builder
-
Packages that use UndeploySystemInstanceResponse.Builder Package Description software.amazon.awssdk.services.iotthingsgraph.model -
-
Uses of UndeploySystemInstanceResponse.Builder in software.amazon.awssdk.services.iotthingsgraph.model
Methods in software.amazon.awssdk.services.iotthingsgraph.model that return UndeploySystemInstanceResponse.Builder Modifier and Type Method Description static UndeploySystemInstanceResponse.BuilderUndeploySystemInstanceResponse. builder()default UndeploySystemInstanceResponse.BuilderUndeploySystemInstanceResponse.Builder. summary(Consumer<SystemInstanceSummary.Builder> summary)An object that contains summary information about the system instance that was removed from its target.UndeploySystemInstanceResponse.BuilderUndeploySystemInstanceResponse.Builder. summary(SystemInstanceSummary summary)An object that contains summary information about the system instance that was removed from its target.UndeploySystemInstanceResponse.BuilderUndeploySystemInstanceResponse. toBuilder()Methods in software.amazon.awssdk.services.iotthingsgraph.model that return types with arguments of type UndeploySystemInstanceResponse.Builder Modifier and Type Method Description static Class<? extends UndeploySystemInstanceResponse.Builder>UndeploySystemInstanceResponse. serializableBuilderClass()
-