Uses of Class
software.amazon.awssdk.services.iotsitewise.model.ActionSummary
-
Packages that use ActionSummary Package Description software.amazon.awssdk.services.iotsitewise.model software.amazon.awssdk.services.iotsitewise.paginators -
-
Uses of ActionSummary in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type ActionSummary Modifier and Type Method Description List<ActionSummary>ListActionsResponse. actionSummaries()A list that summarizes the actions associated with the specified asset.Methods in software.amazon.awssdk.services.iotsitewise.model with parameters of type ActionSummary Modifier and Type Method Description ListActionsResponse.BuilderListActionsResponse.Builder. actionSummaries(ActionSummary... actionSummaries)A list that summarizes the actions associated with the specified asset.Method parameters in software.amazon.awssdk.services.iotsitewise.model with type arguments of type ActionSummary Modifier and Type Method Description ListActionsResponse.BuilderListActionsResponse.Builder. actionSummaries(Collection<ActionSummary> actionSummaries)A list that summarizes the actions associated with the specified asset. -
Uses of ActionSummary in software.amazon.awssdk.services.iotsitewise.paginators
Methods in software.amazon.awssdk.services.iotsitewise.paginators that return types with arguments of type ActionSummary Modifier and Type Method Description SdkIterable<ActionSummary>ListActionsIterable. actionSummaries()Returns an iterable to iterate through the paginatedListActionsResponse.actionSummaries()member.SdkPublisher<ActionSummary>ListActionsPublisher. actionSummaries()Returns a publisher that can be used to get a stream of data.
-