Uses of Class
software.amazon.awssdk.services.iotthingsgraph.model.SystemInstanceSummary
-
Packages that use SystemInstanceSummary Package Description software.amazon.awssdk.services.iotthingsgraph.model software.amazon.awssdk.services.iotthingsgraph.paginators -
-
Uses of SystemInstanceSummary in software.amazon.awssdk.services.iotthingsgraph.model
Methods in software.amazon.awssdk.services.iotthingsgraph.model that return SystemInstanceSummary Modifier and Type Method Description SystemInstanceSummaryCreateSystemInstanceResponse. summary()The summary object that describes the new system instance.SystemInstanceSummaryDeploySystemInstanceResponse. summary()An object that contains summary information about a system instance that was deployed.SystemInstanceSummarySystemInstanceDescription. summary()An object that contains summary information about a system instance.SystemInstanceSummaryUndeploySystemInstanceResponse. summary()An object that contains summary information about the system instance that was removed from its target.Methods in software.amazon.awssdk.services.iotthingsgraph.model that return types with arguments of type SystemInstanceSummary Modifier and Type Method Description List<SystemInstanceSummary>SearchSystemInstancesResponse. summaries()An array of objects that contain summary data abour the system instances in the result set.Methods in software.amazon.awssdk.services.iotthingsgraph.model with parameters of type SystemInstanceSummary Modifier and Type Method Description SearchSystemInstancesResponse.BuilderSearchSystemInstancesResponse.Builder. summaries(SystemInstanceSummary... summaries)An array of objects that contain summary data abour the system instances in the result set.CreateSystemInstanceResponse.BuilderCreateSystemInstanceResponse.Builder. summary(SystemInstanceSummary summary)The summary object that describes the new system instance.DeploySystemInstanceResponse.BuilderDeploySystemInstanceResponse.Builder. summary(SystemInstanceSummary summary)An object that contains summary information about a system instance that was deployed.SystemInstanceDescription.BuilderSystemInstanceDescription.Builder. summary(SystemInstanceSummary summary)An object that contains summary information about a system instance.UndeploySystemInstanceResponse.BuilderUndeploySystemInstanceResponse.Builder. summary(SystemInstanceSummary summary)An object that contains summary information about the system instance that was removed from its target.Method parameters in software.amazon.awssdk.services.iotthingsgraph.model with type arguments of type SystemInstanceSummary Modifier and Type Method Description SearchSystemInstancesResponse.BuilderSearchSystemInstancesResponse.Builder. summaries(Collection<SystemInstanceSummary> summaries)An array of objects that contain summary data abour the system instances in the result set. -
Uses of SystemInstanceSummary in software.amazon.awssdk.services.iotthingsgraph.paginators
Methods in software.amazon.awssdk.services.iotthingsgraph.paginators that return types with arguments of type SystemInstanceSummary Modifier and Type Method Description SdkIterable<SystemInstanceSummary>SearchSystemInstancesIterable. summaries()Returns an iterable to iterate through the paginatedSearchSystemInstancesResponse.summaries()member.SdkPublisher<SystemInstanceSummary>SearchSystemInstancesPublisher. summaries()Returns a publisher that can be used to get a stream of data.
-