Uses of Interface
software.amazon.awssdk.services.chatbot.model.ListCustomActionsResponse.Builder
-
Packages that use ListCustomActionsResponse.Builder Package Description software.amazon.awssdk.services.chatbot.model -
-
Uses of ListCustomActionsResponse.Builder in software.amazon.awssdk.services.chatbot.model
Methods in software.amazon.awssdk.services.chatbot.model that return ListCustomActionsResponse.Builder Modifier and Type Method Description static ListCustomActionsResponse.BuilderListCustomActionsResponse. builder()ListCustomActionsResponse.BuilderListCustomActionsResponse.Builder. customActions(String... customActions)A list of custom actions.ListCustomActionsResponse.BuilderListCustomActionsResponse.Builder. customActions(Collection<String> customActions)A list of custom actions.ListCustomActionsResponse.BuilderListCustomActionsResponse.Builder. nextToken(String nextToken)An optional token returned from a prior request.ListCustomActionsResponse.BuilderListCustomActionsResponse. toBuilder()Methods in software.amazon.awssdk.services.chatbot.model that return types with arguments of type ListCustomActionsResponse.Builder Modifier and Type Method Description static Class<? extends ListCustomActionsResponse.Builder>ListCustomActionsResponse. serializableBuilderClass()
-