Uses of Interface
software.amazon.awssdk.services.iotthingsgraph.model.DeploySystemInstanceResponse.Builder
-
Packages that use DeploySystemInstanceResponse.Builder Package Description software.amazon.awssdk.services.iotthingsgraph.model -
-
Uses of DeploySystemInstanceResponse.Builder in software.amazon.awssdk.services.iotthingsgraph.model
Methods in software.amazon.awssdk.services.iotthingsgraph.model that return DeploySystemInstanceResponse.Builder Modifier and Type Method Description static DeploySystemInstanceResponse.BuilderDeploySystemInstanceResponse. builder()DeploySystemInstanceResponse.BuilderDeploySystemInstanceResponse.Builder. greengrassDeploymentId(String greengrassDeploymentId)The ID of the Greengrass deployment used to deploy the system instance.default DeploySystemInstanceResponse.BuilderDeploySystemInstanceResponse.Builder. summary(Consumer<SystemInstanceSummary.Builder> summary)An object that contains summary information about a system instance that was deployed.DeploySystemInstanceResponse.BuilderDeploySystemInstanceResponse.Builder. summary(SystemInstanceSummary summary)An object that contains summary information about a system instance that was deployed.DeploySystemInstanceResponse.BuilderDeploySystemInstanceResponse. toBuilder()Methods in software.amazon.awssdk.services.iotthingsgraph.model that return types with arguments of type DeploySystemInstanceResponse.Builder Modifier and Type Method Description static Class<? extends DeploySystemInstanceResponse.Builder>DeploySystemInstanceResponse. serializableBuilderClass()
-