Uses of Interface
software.amazon.awssdk.services.chatbot.model.GetCustomActionResponse.Builder
-
Packages that use GetCustomActionResponse.Builder Package Description software.amazon.awssdk.services.chatbot.model -
-
Uses of GetCustomActionResponse.Builder in software.amazon.awssdk.services.chatbot.model
Methods in software.amazon.awssdk.services.chatbot.model that return GetCustomActionResponse.Builder Modifier and Type Method Description static GetCustomActionResponse.BuilderGetCustomActionResponse. builder()default GetCustomActionResponse.BuilderGetCustomActionResponse.Builder. customAction(Consumer<CustomAction.Builder> customAction)Returns the custom action.GetCustomActionResponse.BuilderGetCustomActionResponse.Builder. customAction(CustomAction customAction)Returns the custom action.GetCustomActionResponse.BuilderGetCustomActionResponse. toBuilder()Methods in software.amazon.awssdk.services.chatbot.model that return types with arguments of type GetCustomActionResponse.Builder Modifier and Type Method Description static Class<? extends GetCustomActionResponse.Builder>GetCustomActionResponse. serializableBuilderClass()
-