Uses of Class
software.amazon.awssdk.services.workspacesweb.model.DeleteTrustStoreResponse
-
Packages that use DeleteTrustStoreResponse Package Description software.amazon.awssdk.services.workspacesweb WorkSpaces Web is a low cost, fully managed WorkSpace built specifically to facilitate secure, web-based workloads. -
-
Uses of DeleteTrustStoreResponse in software.amazon.awssdk.services.workspacesweb
Methods in software.amazon.awssdk.services.workspacesweb that return DeleteTrustStoreResponse Modifier and Type Method Description default DeleteTrustStoreResponseWorkSpacesWebClient. deleteTrustStore(Consumer<DeleteTrustStoreRequest.Builder> deleteTrustStoreRequest)Deletes the trust store.default DeleteTrustStoreResponseWorkSpacesWebClient. deleteTrustStore(DeleteTrustStoreRequest deleteTrustStoreRequest)Deletes the trust store.Methods in software.amazon.awssdk.services.workspacesweb that return types with arguments of type DeleteTrustStoreResponse Modifier and Type Method Description default CompletableFuture<DeleteTrustStoreResponse>WorkSpacesWebAsyncClient. deleteTrustStore(Consumer<DeleteTrustStoreRequest.Builder> deleteTrustStoreRequest)Deletes the trust store.default CompletableFuture<DeleteTrustStoreResponse>WorkSpacesWebAsyncClient. deleteTrustStore(DeleteTrustStoreRequest deleteTrustStoreRequest)Deletes the trust store.
-