Uses of Class
software.amazon.awssdk.services.workspacesweb.model.AssociateTrustStoreResponse
-
Packages that use AssociateTrustStoreResponse 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 AssociateTrustStoreResponse in software.amazon.awssdk.services.workspacesweb
Methods in software.amazon.awssdk.services.workspacesweb that return AssociateTrustStoreResponse Modifier and Type Method Description default AssociateTrustStoreResponseWorkSpacesWebClient. associateTrustStore(Consumer<AssociateTrustStoreRequest.Builder> associateTrustStoreRequest)Associates a trust store with a web portal.default AssociateTrustStoreResponseWorkSpacesWebClient. associateTrustStore(AssociateTrustStoreRequest associateTrustStoreRequest)Associates a trust store with a web portal.Methods in software.amazon.awssdk.services.workspacesweb that return types with arguments of type AssociateTrustStoreResponse Modifier and Type Method Description default CompletableFuture<AssociateTrustStoreResponse>WorkSpacesWebAsyncClient. associateTrustStore(Consumer<AssociateTrustStoreRequest.Builder> associateTrustStoreRequest)Associates a trust store with a web portal.default CompletableFuture<AssociateTrustStoreResponse>WorkSpacesWebAsyncClient. associateTrustStore(AssociateTrustStoreRequest associateTrustStoreRequest)Associates a trust store with a web portal.
-