Uses of Class
software.amazon.awssdk.services.workspacesweb.model.UpdateTrustStoreResponse
-
Packages that use UpdateTrustStoreResponse Package Description software.amazon.awssdk.services.workspacesweb Amazon WorkSpaces Secure Browser is a low cost, fully managed WorkSpace built specifically to facilitate secure, web-based workloads. -
-
Uses of UpdateTrustStoreResponse in software.amazon.awssdk.services.workspacesweb
Methods in software.amazon.awssdk.services.workspacesweb that return UpdateTrustStoreResponse Modifier and Type Method Description default UpdateTrustStoreResponseWorkSpacesWebClient. updateTrustStore(Consumer<UpdateTrustStoreRequest.Builder> updateTrustStoreRequest)Updates the trust store.default UpdateTrustStoreResponseWorkSpacesWebClient. updateTrustStore(UpdateTrustStoreRequest updateTrustStoreRequest)Updates the trust store.Methods in software.amazon.awssdk.services.workspacesweb that return types with arguments of type UpdateTrustStoreResponse Modifier and Type Method Description default CompletableFuture<UpdateTrustStoreResponse>WorkSpacesWebAsyncClient. updateTrustStore(Consumer<UpdateTrustStoreRequest.Builder> updateTrustStoreRequest)Updates the trust store.default CompletableFuture<UpdateTrustStoreResponse>WorkSpacesWebAsyncClient. updateTrustStore(UpdateTrustStoreRequest updateTrustStoreRequest)Updates the trust store.
-