Uses of Class
software.amazon.awssdk.services.workspacesweb.model.CreateTrustStoreResponse
-
Packages that use CreateTrustStoreResponse 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 CreateTrustStoreResponse in software.amazon.awssdk.services.workspacesweb
Methods in software.amazon.awssdk.services.workspacesweb that return CreateTrustStoreResponse Modifier and Type Method Description default CreateTrustStoreResponseWorkSpacesWebClient. createTrustStore(Consumer<CreateTrustStoreRequest.Builder> createTrustStoreRequest)Creates a trust store that can be associated with a web portal.default CreateTrustStoreResponseWorkSpacesWebClient. createTrustStore(CreateTrustStoreRequest createTrustStoreRequest)Creates a trust store that can be associated with a web portal.Methods in software.amazon.awssdk.services.workspacesweb that return types with arguments of type CreateTrustStoreResponse Modifier and Type Method Description default CompletableFuture<CreateTrustStoreResponse>WorkSpacesWebAsyncClient. createTrustStore(Consumer<CreateTrustStoreRequest.Builder> createTrustStoreRequest)Creates a trust store that can be associated with a web portal.default CompletableFuture<CreateTrustStoreResponse>WorkSpacesWebAsyncClient. createTrustStore(CreateTrustStoreRequest createTrustStoreRequest)Creates a trust store that can be associated with a web portal.
-