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