Uses of Class
software.amazon.awssdk.services.qconnect.model.UpdateContentResponse
-
Packages that use UpdateContentResponse Package Description software.amazon.awssdk.services.qconnect -
-
Uses of UpdateContentResponse in software.amazon.awssdk.services.qconnect
Methods in software.amazon.awssdk.services.qconnect that return UpdateContentResponse Modifier and Type Method Description default UpdateContentResponseQConnectClient. updateContent(Consumer<UpdateContentRequest.Builder> updateContentRequest)Updates information about the content.default UpdateContentResponseQConnectClient. updateContent(UpdateContentRequest updateContentRequest)Updates information about the content.Methods in software.amazon.awssdk.services.qconnect that return types with arguments of type UpdateContentResponse Modifier and Type Method Description default CompletableFuture<UpdateContentResponse>QConnectAsyncClient. updateContent(Consumer<UpdateContentRequest.Builder> updateContentRequest)Updates information about the content.default CompletableFuture<UpdateContentResponse>QConnectAsyncClient. updateContent(UpdateContentRequest updateContentRequest)Updates information about the content.
-