Uses of Class
software.amazon.awssdk.services.workspacesweb.model.DisassociateTrustStoreResponse
-
Packages that use DisassociateTrustStoreResponse 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 DisassociateTrustStoreResponse in software.amazon.awssdk.services.workspacesweb
Methods in software.amazon.awssdk.services.workspacesweb that return DisassociateTrustStoreResponse Modifier and Type Method Description default DisassociateTrustStoreResponseWorkSpacesWebClient. disassociateTrustStore(Consumer<DisassociateTrustStoreRequest.Builder> disassociateTrustStoreRequest)Disassociates a trust store from a web portal.default DisassociateTrustStoreResponseWorkSpacesWebClient. disassociateTrustStore(DisassociateTrustStoreRequest disassociateTrustStoreRequest)Disassociates a trust store from a web portal.Methods in software.amazon.awssdk.services.workspacesweb that return types with arguments of type DisassociateTrustStoreResponse Modifier and Type Method Description default CompletableFuture<DisassociateTrustStoreResponse>WorkSpacesWebAsyncClient. disassociateTrustStore(Consumer<DisassociateTrustStoreRequest.Builder> disassociateTrustStoreRequest)Disassociates a trust store from a web portal.default CompletableFuture<DisassociateTrustStoreResponse>WorkSpacesWebAsyncClient. disassociateTrustStore(DisassociateTrustStoreRequest disassociateTrustStoreRequest)Disassociates a trust store from a web portal.
-