Uses of Class
software.amazon.awssdk.services.workspacesweb.model.GetTrustStoreResponse
-
Packages that use GetTrustStoreResponse 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 GetTrustStoreResponse in software.amazon.awssdk.services.workspacesweb
Methods in software.amazon.awssdk.services.workspacesweb that return GetTrustStoreResponse Modifier and Type Method Description default GetTrustStoreResponseWorkSpacesWebClient. getTrustStore(Consumer<GetTrustStoreRequest.Builder> getTrustStoreRequest)Gets the trust store.default GetTrustStoreResponseWorkSpacesWebClient. getTrustStore(GetTrustStoreRequest getTrustStoreRequest)Gets the trust store.Methods in software.amazon.awssdk.services.workspacesweb that return types with arguments of type GetTrustStoreResponse Modifier and Type Method Description default CompletableFuture<GetTrustStoreResponse>WorkSpacesWebAsyncClient. getTrustStore(Consumer<GetTrustStoreRequest.Builder> getTrustStoreRequest)Gets the trust store.default CompletableFuture<GetTrustStoreResponse>WorkSpacesWebAsyncClient. getTrustStore(GetTrustStoreRequest getTrustStoreRequest)Gets the trust store.
-