Uses of Class
software.amazon.awssdk.services.workspacesweb.model.UpdatePortalResponse
-
Packages that use UpdatePortalResponse Package Description software.amazon.awssdk.services.workspacesweb WorkSpaces Web is a low cost, fully managed WorkSpace built specifically to facilitate secure, web-based workloads. -
-
Uses of UpdatePortalResponse in software.amazon.awssdk.services.workspacesweb
Methods in software.amazon.awssdk.services.workspacesweb that return UpdatePortalResponse Modifier and Type Method Description default UpdatePortalResponseWorkSpacesWebClient. updatePortal(Consumer<UpdatePortalRequest.Builder> updatePortalRequest)Updates a web portal.default UpdatePortalResponseWorkSpacesWebClient. updatePortal(UpdatePortalRequest updatePortalRequest)Updates a web portal.Methods in software.amazon.awssdk.services.workspacesweb that return types with arguments of type UpdatePortalResponse Modifier and Type Method Description default CompletableFuture<UpdatePortalResponse>WorkSpacesWebAsyncClient. updatePortal(Consumer<UpdatePortalRequest.Builder> updatePortalRequest)Updates a web portal.default CompletableFuture<UpdatePortalResponse>WorkSpacesWebAsyncClient. updatePortal(UpdatePortalRequest updatePortalRequest)Updates a web portal.
-