Uses of Class
software.amazon.awssdk.services.connect.model.CreateViewVersionResponse
-
Packages that use CreateViewVersionResponse 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. -
-
Uses of CreateViewVersionResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return CreateViewVersionResponse Modifier and Type Method Description default CreateViewVersionResponseConnectClient. createViewVersion(Consumer<CreateViewVersionRequest.Builder> createViewVersionRequest)Publishes a new version of the view identifier.default CreateViewVersionResponseConnectClient. createViewVersion(CreateViewVersionRequest createViewVersionRequest)Publishes a new version of the view identifier.Methods in software.amazon.awssdk.services.connect that return types with arguments of type CreateViewVersionResponse Modifier and Type Method Description default CompletableFuture<CreateViewVersionResponse>ConnectAsyncClient. createViewVersion(Consumer<CreateViewVersionRequest.Builder> createViewVersionRequest)Publishes a new version of the view identifier.default CompletableFuture<CreateViewVersionResponse>ConnectAsyncClient. createViewVersion(CreateViewVersionRequest createViewVersionRequest)Publishes a new version of the view identifier.
-