Uses of Interface
software.amazon.awssdk.services.connect.model.UpdateViewContentRequest.Builder
-
Packages that use UpdateViewContentRequest.Builder Package Description software.amazon.awssdk.services.connect Amazon Connect is a cloud-based contact center solution that you use to set up and manage a customer contact center and provide reliable customer engagement at any scale.software.amazon.awssdk.services.connect.model -
-
Uses of UpdateViewContentRequest.Builder in software.amazon.awssdk.services.connect
Method parameters in software.amazon.awssdk.services.connect with type arguments of type UpdateViewContentRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateViewContentResponse>ConnectAsyncClient. updateViewContent(Consumer<UpdateViewContentRequest.Builder> updateViewContentRequest)Updates the view content of the given view identifier in the specified Amazon Connect instance.default UpdateViewContentResponseConnectClient. updateViewContent(Consumer<UpdateViewContentRequest.Builder> updateViewContentRequest)Updates the view content of the given view identifier in the specified Amazon Connect instance. -
Uses of UpdateViewContentRequest.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return UpdateViewContentRequest.Builder Modifier and Type Method Description static UpdateViewContentRequest.BuilderUpdateViewContentRequest. builder()default UpdateViewContentRequest.BuilderUpdateViewContentRequest.Builder. content(Consumer<ViewInputContent.Builder> 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.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.UpdateViewContentRequest.BuilderUpdateViewContentRequest.Builder. instanceId(String instanceId)The identifier of the Amazon Connect instance.UpdateViewContentRequest.BuilderUpdateViewContentRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateViewContentRequest.BuilderUpdateViewContentRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateViewContentRequest.BuilderUpdateViewContentRequest.Builder. status(String status)Indicates the view status as eitherSAVEDorPUBLISHED.UpdateViewContentRequest.BuilderUpdateViewContentRequest.Builder. status(ViewStatus status)Indicates the view status as eitherSAVEDorPUBLISHED.UpdateViewContentRequest.BuilderUpdateViewContentRequest. toBuilder()UpdateViewContentRequest.BuilderUpdateViewContentRequest.Builder. viewId(String viewId)The identifier of the view.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type UpdateViewContentRequest.Builder Modifier and Type Method Description static Class<? extends UpdateViewContentRequest.Builder>UpdateViewContentRequest. serializableBuilderClass()
-