Uses of Class
software.amazon.awssdk.services.connect.model.ViewInputContent
-
Packages that use ViewInputContent Package Description software.amazon.awssdk.services.connect.model -
-
Uses of ViewInputContent in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return ViewInputContent Modifier and Type Method Description ViewInputContentCreateViewRequest. content()View content containing all content necessary to render a view except for runtime input data.ViewInputContentUpdateViewContentRequest. content()View content containing all content necessary to render a view except for runtime input data and the runtime input schema, which is auto-generated by this operation.Methods in software.amazon.awssdk.services.connect.model with parameters of type ViewInputContent Modifier and Type Method Description CreateViewRequest.BuilderCreateViewRequest.Builder. content(ViewInputContent content)View content containing all content necessary to render a view except for runtime input data.UpdateViewContentRequest.BuilderUpdateViewContentRequest.Builder. content(ViewInputContent content)View content containing all content necessary to render a view except for runtime input data and the runtime input schema, which is auto-generated by this operation.
-