Uses of Interface
software.amazon.awssdk.services.fis.model.ListActionsResponse.Builder
-
Packages that use ListActionsResponse.Builder Package Description software.amazon.awssdk.services.fis.model -
-
Uses of ListActionsResponse.Builder in software.amazon.awssdk.services.fis.model
Methods in software.amazon.awssdk.services.fis.model that return ListActionsResponse.Builder Modifier and Type Method Description ListActionsResponse.BuilderListActionsResponse.Builder. actions(Collection<ActionSummary> actions)The actions.ListActionsResponse.BuilderListActionsResponse.Builder. actions(Consumer<ActionSummary.Builder>... actions)The actions.ListActionsResponse.BuilderListActionsResponse.Builder. actions(ActionSummary... actions)The actions.static ListActionsResponse.BuilderListActionsResponse. builder()ListActionsResponse.BuilderListActionsResponse.Builder. nextToken(String nextToken)The token to use to retrieve the next page of results.ListActionsResponse.BuilderListActionsResponse. toBuilder()Methods in software.amazon.awssdk.services.fis.model that return types with arguments of type ListActionsResponse.Builder Modifier and Type Method Description static Class<? extends ListActionsResponse.Builder>ListActionsResponse. serializableBuilderClass()
-