Uses of Class
software.amazon.awssdk.services.connect.model.ViewType
-
Packages that use ViewType Package Description software.amazon.awssdk.services.connect.model -
-
Uses of ViewType in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return ViewType Modifier and Type Method Description static ViewTypeViewType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ViewTypeListViewsRequest. type()The type of the view.ViewTypeView. type()The type of the view -CUSTOMER_MANAGED.ViewTypeViewSummary. type()The type of the view.ViewTypeViewVersionSummary. type()The type of the view version.static ViewTypeViewType. valueOf(String name)Returns the enum constant of this type with the specified name.static ViewType[]ViewType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type ViewType Modifier and Type Method Description static Set<ViewType>ViewType. knownValues()Methods in software.amazon.awssdk.services.connect.model with parameters of type ViewType Modifier and Type Method Description ListViewsRequest.BuilderListViewsRequest.Builder. type(ViewType type)The type of the view.View.BuilderView.Builder. type(ViewType type)The type of the view -CUSTOMER_MANAGED.ViewSummary.BuilderViewSummary.Builder. type(ViewType type)The type of the view.ViewVersionSummary.BuilderViewVersionSummary.Builder. type(ViewType type)The type of the view version.
-