Uses of Class
software.amazon.awssdk.services.iotthingsgraph.model.SystemTemplateSummary
-
Packages that use SystemTemplateSummary Package Description software.amazon.awssdk.services.iotthingsgraph.model software.amazon.awssdk.services.iotthingsgraph.paginators -
-
Uses of SystemTemplateSummary in software.amazon.awssdk.services.iotthingsgraph.model
Methods in software.amazon.awssdk.services.iotthingsgraph.model that return SystemTemplateSummary Modifier and Type Method Description SystemTemplateSummaryCreateSystemTemplateResponse. summary()The summary object that describes the created system.SystemTemplateSummarySystemTemplateDescription. summary()An object that contains summary information about a system.SystemTemplateSummaryUpdateSystemTemplateResponse. summary()An object containing summary information about the updated system.Methods in software.amazon.awssdk.services.iotthingsgraph.model that return types with arguments of type SystemTemplateSummary Modifier and Type Method Description List<SystemTemplateSummary>GetSystemTemplateRevisionsResponse. summaries()An array of objects that contain summary data about the system template revisions.List<SystemTemplateSummary>SearchSystemTemplatesResponse. summaries()An array of objects that contain summary information about each system deployment in the result set.Methods in software.amazon.awssdk.services.iotthingsgraph.model with parameters of type SystemTemplateSummary Modifier and Type Method Description GetSystemTemplateRevisionsResponse.BuilderGetSystemTemplateRevisionsResponse.Builder. summaries(SystemTemplateSummary... summaries)An array of objects that contain summary data about the system template revisions.SearchSystemTemplatesResponse.BuilderSearchSystemTemplatesResponse.Builder. summaries(SystemTemplateSummary... summaries)An array of objects that contain summary information about each system deployment in the result set.CreateSystemTemplateResponse.BuilderCreateSystemTemplateResponse.Builder. summary(SystemTemplateSummary summary)The summary object that describes the created system.SystemTemplateDescription.BuilderSystemTemplateDescription.Builder. summary(SystemTemplateSummary summary)An object that contains summary information about a system.UpdateSystemTemplateResponse.BuilderUpdateSystemTemplateResponse.Builder. summary(SystemTemplateSummary summary)An object containing summary information about the updated system.Method parameters in software.amazon.awssdk.services.iotthingsgraph.model with type arguments of type SystemTemplateSummary Modifier and Type Method Description GetSystemTemplateRevisionsResponse.BuilderGetSystemTemplateRevisionsResponse.Builder. summaries(Collection<SystemTemplateSummary> summaries)An array of objects that contain summary data about the system template revisions.SearchSystemTemplatesResponse.BuilderSearchSystemTemplatesResponse.Builder. summaries(Collection<SystemTemplateSummary> summaries)An array of objects that contain summary information about each system deployment in the result set. -
Uses of SystemTemplateSummary in software.amazon.awssdk.services.iotthingsgraph.paginators
Methods in software.amazon.awssdk.services.iotthingsgraph.paginators that return types with arguments of type SystemTemplateSummary Modifier and Type Method Description SdkIterable<SystemTemplateSummary>GetSystemTemplateRevisionsIterable. summaries()Returns an iterable to iterate through the paginatedGetSystemTemplateRevisionsResponse.summaries()member.SdkPublisher<SystemTemplateSummary>GetSystemTemplateRevisionsPublisher. summaries()Returns a publisher that can be used to get a stream of data.SdkIterable<SystemTemplateSummary>SearchSystemTemplatesIterable. summaries()Returns an iterable to iterate through the paginatedSearchSystemTemplatesResponse.summaries()member.SdkPublisher<SystemTemplateSummary>SearchSystemTemplatesPublisher. summaries()Returns a publisher that can be used to get a stream of data.
-