Uses of Interface
software.amazon.awssdk.services.connect.model.ActionSummary.Builder
-
Packages that use ActionSummary.Builder Package Description software.amazon.awssdk.services.connect.model -
-
Uses of ActionSummary.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return ActionSummary.Builder Modifier and Type Method Description ActionSummary.BuilderActionSummary.Builder. actionType(String actionType)The action type.ActionSummary.BuilderActionSummary.Builder. actionType(ActionType actionType)The action type.static ActionSummary.BuilderActionSummary. builder()ActionSummary.BuilderActionSummary. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type ActionSummary.Builder Modifier and Type Method Description static Class<? extends ActionSummary.Builder>ActionSummary. serializableBuilderClass()
-